Update tests_firewalls

This commit is contained in:
nser77 2024-10-09 12:24:18 +02:00 committed by GitHub
parent d64f480823
commit 5d50814f04
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -218,7 +218,8 @@
elif [ "${c}" = "OUTPUT" ] elif [ "${c}" = "OUTPUT" ]
then then
: :
elif [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ] fi
if [ "${c}" = "INPUT" ] || [ "${c}" = "FORWARD" ] || [ "${c}" = "OUTPUT" ]
then then
if [ "${j}" = "NFQUEUE" ] if [ "${j}" = "NFQUEUE" ]
then then
@ -231,6 +232,7 @@
fi fi
done done
done done
# resume
fi fi
# #
################################################################################# #################################################################################