summaryrefslogtreecommitdiff
path: root/scripts/firewall
diff options
context:
space:
mode:
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);