Update tests_firewalls

This commit is contained in:
nser77 2024-10-15 09:56:30 +02:00 committed by GitHub
parent 6410c5aadd
commit 690f82e5e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -176,6 +176,7 @@
set -- ${IPTABLES_OUTPUT_LINE}
while [ $# -gt 0 ]
do
LogText "Result: Found ${3} for ${2} (table: ${1})"
Display --indent 6 --text "- Checking chain ${2} (table: ${1}, target: ${3})" --result "${3}" --color "${4}"
if [ "${3}" = "NFQUEUE" ]
then