[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:
Nikola Dancejic 2024-02-27 13:11:58 -08:00 committed by GitHub
parent 732f42e1a3
commit 1bf2f72a48
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

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