forked from sonic-net/sonic-buildimage
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[ebtbles] Replace binary config file to text config file for ebtables (…
…sonic-net#5252) Issue: Binary ebtables config file is CPU arch dependent Fix: Load the text config during firsttime boot and Generate the binary persistent atomic file Signed-off-by: Antony Rheneus <[email protected]>
- Loading branch information
1 parent
47a925c
commit f136fd0
Showing
4 changed files
with
22 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# SONiC ebtables filter table configuration | ||
# Generated using ebtables-save | ||
|
||
*filter | ||
:INPUT ACCEPT | ||
:FORWARD ACCEPT | ||
:OUTPUT ACCEPT | ||
-A FORWARD -d BGA -j DROP | ||
-A FORWARD -p ARP -j DROP | ||
-A FORWARD -p 802_1Q --vlan-encap ARP -j DROP | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters