summaryrefslogtreecommitdiff
path: root/scripts/firewall
diff options
context:
space:
mode:
authorAn-Cheng Huang <ancheng@vyatta.com>2011-03-07 11:42:10 -0800
committerAn-Cheng Huang <ancheng@vyatta.com>2011-03-07 11:42:10 -0800
commitd271c70b1b42dbeff56c895c4d7902a99150e675 (patch)
tree286a8f058b131441a2e1ec3dbb748a35e99be316 /scripts/firewall
parenta0c1d6cd8dfee5e3ffdb902bf16f221ab26a4783 (diff)
downloadvyatta-cfg-firewall-d271c70b1b42dbeff56c895c4d7902a99150e675.tar.gz
vyatta-cfg-firewall-d271c70b1b42dbeff56c895c4d7902a99150e675.zip
more ipset 6.0 change
Diffstat (limited to 'scripts/firewall')
-rwxr-xr-xscripts/firewall/vyatta-ipset.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/firewall/vyatta-ipset.pl b/scripts/firewall/vyatta-ipset.pl
index 4d4cded..18bd270 100755
--- a/scripts/firewall/vyatta-ipset.pl
+++ b/scripts/firewall/vyatta-ipset.pl
@@ -126,7 +126,7 @@ sub ipset_is_set_empty {
}
sub ipset_show_sets {
- my @lines = `ipset -L -n`;
+ my @lines = `ipset -L`;
foreach my $line (@lines) {
if ($line =~ /^Name:\s+(\S+)$/ ) {
ipset_show_members($1);