Skip to content

Commit

Permalink
Add test for iptables comments
Browse files Browse the repository at this point in the history
Signed-off-by: Kyle Harding <[email protected]>
  • Loading branch information
klutchell committed Apr 18, 2024
1 parent d5158c0 commit 9911f13
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -75,6 +75,7 @@ case $(id -u) in
if command -v iptables-legacy >/dev/null 2>&1; then
iptables-legacy -V
iptables-legacy -L
iptables-legacy -A INPUT -p tcp --dport 9999 -j ACCEPT -m comment --comment "Test rule for ipt_comment module"
fi

if command -v iptables-nft >/dev/null 2>&1; then
Expand Down

0 comments on commit 9911f13

Please sign in to comment.