summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStig Thormodsrud <stig@vyatta.com>2010-10-19 14:49:04 -0700
committerStig Thormodsrud <stig@vyatta.com>2010-10-19 14:49:04 -0700
commitb0dff952b7e5dbfd72f5dbd63a6db3569748ecb7 (patch)
treebb03483ea95fe4b335f23f23516f5043e942aa47
parent4cd29233dd6d32e2cdfb3092cf476acafec86e83 (diff)
downloadvyatta-op-firewall-b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7.tar.gz
vyatta-op-firewall-b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7.zip
Change QUEUE to NFQUEUE.
-rwxr-xr-xscripts/firewall/vyatta-show-firewall.pl2
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');