diff options
author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-22 18:37:46 -0800 |
---|---|---|
committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-12-22 18:37:46 -0800 |
commit | c8554504f3a1203470a46749253564d3fe697ee3 (patch) | |
tree | 31adb1593dcd8ebf2f778a8f5dde80be19beda27 | |
parent | 0d066e3b08b723dc5fe3630fbf6a6d2a5a3f0baf (diff) | |
download | infinitytier-c8554504f3a1203470a46749253564d3fe697ee3.tar.gz infinitytier-c8554504f3a1203470a46749253564d3fe697ee3.zip |
.
-rw-r--r-- | node/Network.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/node/Network.cpp b/node/Network.cpp index 45ffc993..8b0f2055 100644 --- a/node/Network.cpp +++ b/node/Network.cpp @@ -240,7 +240,7 @@ static _doZtFilterResult _doZtFilter( return DOZTFILTER_REDIRECT; } else { #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(); #endif // ZT_RULES_ENGINE_DEBUGGING cc = fwdAddr; |