[ebtables]add the filter rule for ARP packets with vlan tag: (#3945)

1. ebtables -t filter -A FORWARD -p 802_1Q --vlan-encap 0806 -j DROP
The ARP packet with vlan tag can't match the default rule.

Signed-off-by: wangshengjun <wangshengjun@asterfusion.com>
This commit is contained in:
wangshengjun 2020-05-07 11:03:09 +08:00 committed by rlhui
parent 9bdd2ef014
commit 18e51088a0