mirror of
https://github.com/zerotier/ZeroTierOne.git
synced 2025-06-05 03:53:44 +02:00
.
This commit is contained in:
parent
0d066e3b08
commit
c8554504f3
1 changed files with 1 additions and 1 deletions
|
@ -240,7 +240,7 @@ static _doZtFilterResult _doZtFilter(
|
||||||
return DOZTFILTER_REDIRECT;
|
return DOZTFILTER_REDIRECT;
|
||||||
} else {
|
} else {
|
||||||
#ifdef ZT_RULES_ENGINE_DEBUGGING
|
#ifdef ZT_RULES_ENGINE_DEBUGGING
|
||||||
_dumpFilterTrace("ACTION_TEE",thisSetMatches,inbound,ztSource,ztDest,macSource,macDest,dlog,frameLen,etherType,(const char *)0);
|
_dumpFilterTrace(_rtn(rt),thisSetMatches,inbound,ztSource,ztDest,macSource,macDest,dlog,frameLen,etherType,(const char *)0);
|
||||||
dlog.clear();
|
dlog.clear();
|
||||||
#endif // ZT_RULES_ENGINE_DEBUGGING
|
#endif // ZT_RULES_ENGINE_DEBUGGING
|
||||||
cc = fwdAddr;
|
cc = fwdAddr;
|
||||||
|
|
Loading…
Add table
Reference in a new issue