From d271c70b1b42dbeff56c895c4d7902a99150e675 Mon Sep 17 00:00:00 2001 From: An-Cheng Huang Date: Mon, 7 Mar 2011 11:42:10 -0800 Subject: more ipset 6.0 change --- scripts/firewall/vyatta-ipset.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts') 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); -- cgit v1.2.3