Skip to content

Commit 1bf2f72

Browse files
authored
[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>
1 parent 732f42e commit 1bf2f72

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

files/image_config/ebtables/ebtables.filter.cfg

+1
Original file line numberDiff line numberDiff line change
@@ -8,4 +8,5 @@
88
-A FORWARD -d BGA -j DROP
99
-A FORWARD -p ARP -j DROP
1010
-A FORWARD -p 802_1Q --vlan-encap ARP -j DROP
11+
-A FORWARD -d Multicast -j DROP
1112

0 commit comments

Comments
 (0)