diff options
author | Stig Thormodsrud <stig@vyatta.com> | 2010-10-19 14:49:04 -0700 |
---|---|---|
committer | Stig Thormodsrud <stig@vyatta.com> | 2010-10-19 14:49:04 -0700 |
commit | b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7 (patch) | |
tree | bb03483ea95fe4b335f23f23516f5043e942aa47 /scripts | |
parent | 4cd29233dd6d32e2cdfb3092cf476acafec86e83 (diff) | |
download | vyatta-op-firewall-b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7.tar.gz vyatta-op-firewall-b0dff952b7e5dbfd72f5dbd63a6db3569748ecb7.zip |
Change QUEUE to NFQUEUE.
Diffstat (limited to 'scripts')
-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'); |