diff options
-rwxr-xr-x | scripts/firewall/vyatta-show-firewall.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-show-firewall.pl b/scripts/firewall/vyatta-show-firewall.pl index 5945cea..06b2f51 100755 --- a/scripts/firewall/vyatta-show-firewall.pl +++ b/scripts/firewall/vyatta-show-firewall.pl @@ -116,7 +116,7 @@ sub show_interfaces_zones { # mapping from iptables/ip6tables target to config action my %target_hash = ('RETURN' => 'accept', 'DROP' => 'drop', - 'QUEUE' => 'inspect', + 'NFQUEUE' => 'inspect', 'REJECT' => 'reject', 'DSCP' => 'modify', 'MARK' => 'modify'); |