mirror of
https://github.com/Telecominfraproject/ols-nos.git
synced 2025-10-29 01:02:23 +00:00
[ebtables] Add multicast drop rule to ebtables (#18064)
Adding rule to ebtables to drop multicast packets in kernel. This was done to address a bug where NS packets were flooding ports with duplicate packets. Signed-off-by: Nikola Dancejic <ndancejic@microsoft.com>
This commit is contained in:
@@ -8,4 +8,5 @@
|
||||
-A FORWARD -d BGA -j DROP
|
||||
-A FORWARD -p ARP -j DROP
|
||||
-A FORWARD -p 802_1Q --vlan-encap ARP -j DROP
|
||||
-A FORWARD -d Multicast -j DROP
|
||||
|
||||
|
||||
Reference in New Issue
Block a user