Skip to content

Commit

Permalink
[ebtables] Add multicast drop rule to ebtables (sonic-net#18064)
Browse files Browse the repository at this point in the history
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 <[email protected]>
  • Loading branch information
Ndancejic authored and mssonicbld committed Feb 28, 2024
1 parent e220fe7 commit 2a5b1c7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions files/image_config/ebtables/ebtables.filter.cfg
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 2a5b1c7

Please sign in to comment.