Skip to content

Commit

Permalink
test creating new nftables chain and rule
Browse files Browse the repository at this point in the history
Change-type: patch
Signed-off-by: Kyle Harding <kyle@balena.io>
  • Loading branch information
klutchell committed Feb 29, 2024
1 parent 45c361a commit 5b9e209
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions test/healthcheck.sh
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ case $(id -u) in
if command -v iptables-nft >/dev/null 2>&1; then
iptables-nft -V
iptables-nft -L
iptables-nft -N DOCKER-ISOLATION-STAGE-1
iptables-nft -L
iptables-nft -I DOCKER-ISOLATION-STAGE-1 -j RETURN
fi
;;
*) ;;
Expand Down

0 comments on commit 5b9e209

Please sign in to comment.