
This package adds the configuration files needed to start the iptables and ip6tables services. On Debian bullseye the filtering is implemented with nftables, with iptables and ip6tables being aliases the former. Test plan: PASS: build starlingx-debian ISO PASS: install starlingx-debian ISO on virtualbox Story: 2009965 Task: 45082 Signed-off-by: Andre Fernando Zanella Kantek <AndreFernandoZanella.Kantek@windriver.com> Change-Id: Idd4e86ba671c34e872a00288ca126aee6deaa5b5
9 lines
154 B
Plaintext
9 lines
154 B
Plaintext
# system default rules
|
|
*filter
|
|
:INPUT ACCEPT [0:0]
|
|
:FORWARD ACCEPT [0:0]
|
|
:OUTPUT ACCEPT [0:0]
|
|
:INPUT-custom-pre - [0:0]
|
|
:INPUT-custom-post - [0:0]
|
|
COMMIT
|