EXT_FRAME messages should always be accepted if we are the destination for a matching TEE or REDIRECT rule.
This commit is contained in:
parent
51a420671f
commit
f0636ffd4a
3 changed files with 43 additions and 42 deletions
|
@ -124,9 +124,9 @@ public:
|
|||
* @param frameLen Ethernet frame payload length
|
||||
* @param etherType 16-bit ethernet type ID
|
||||
* @param vlanId 16-bit VLAN ID
|
||||
* @return True if packet should be accepted locally
|
||||
* @return 0 == drop, 1 == accept, 2 == accept even if bridged
|
||||
*/
|
||||
bool filterIncomingPacket(
|
||||
int filterIncomingPacket(
|
||||
const SharedPtr<Peer> &sourcePeer,
|
||||
const Address &ztDest,
|
||||
const MAC &macSource,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue