diff options
| author | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-24 15:26:18 -0700 |
|---|---|---|
| committer | Adam Ierymenko <adam.ierymenko@gmail.com> | 2016-08-24 15:26:18 -0700 |
| commit | 2cdda38dc484246d169082e9bae4805cd5b08e6b (patch) | |
| tree | ee921b24886fb9c96c8c8fc963869b7ab0877f52 /node/Network.hpp | |
| parent | ccea3d04d63e39a020e140b348aa87e272747c7e (diff) | |
| download | infinitytier-2cdda38dc484246d169082e9bae4805cd5b08e6b.tar.gz infinitytier-2cdda38dc484246d169082e9bae4805cd5b08e6b.zip | |
It basically works... at least on current controllers.
Diffstat (limited to 'node/Network.hpp')
| -rw-r--r-- | node/Network.hpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/node/Network.hpp b/node/Network.hpp index 382b16aa..c5e7d570 100644 --- a/node/Network.hpp +++ b/node/Network.hpp @@ -86,6 +86,7 @@ public: * certain actions may be taken such as pushing credentials to ztDest and * sending a copy of the packet to a TEE or REDIRECT target. * + * @param noRedirect If true, do not TEE or REDIRECT -- this is set for secondary filtrations done in multicast and bridge send paths * @param ztSource Source ZeroTier address * @param ztDest Destination ZeroTier address * @param macSource Ethernet layer source address @@ -97,6 +98,7 @@ public: * @return True if packet should be sent to destination peer */ bool filterOutgoingPacket( + const bool noRedirect, const Address &ztSource, const Address &ztDest, const MAC &macSource, |
