From b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7 Mon Sep 17 00:00:00 2001 From: Stig Thormodsrud Date: Tue, 19 Oct 2010 14:49:04 -0700 Subject: Change QUEUE to NFQUEUE. --- scripts/firewall/vyatta-show-firewall.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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'); -- cgit v1.2.3