EXT_FRAME messages should always be accepted if we are the destination for a matching TEE or REDIRECT rule.

This commit is contained in:
Adam Ierymenko 2016-08-29 15:54:06 -07:00
parent 51a420671f
commit f0636ffd4a
3 changed files with 43 additions and 42 deletions

View file

@ -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,