From 9911f133ba71d9b9034f9866370205c89ccd0fb4 Mon Sep 17 00:00:00 2001 From: Kyle Harding Date: Thu, 18 Apr 2024 09:07:24 -0400 Subject: [PATCH] Add test for iptables comments Signed-off-by: Kyle Harding --- test/healthcheck.sh | 1 + 1 file changed, 1 insertion(+) diff --git a/test/healthcheck.sh b/test/healthcheck.sh index b892ef1..7772287 100644 --- a/test/healthcheck.sh +++ b/test/healthcheck.sh @@ -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