From 2c2cd1aef9eada852084ecebb3c76e468cc56a2a Mon Sep 17 00:00:00 2001 From: Gaurav Sinha Date: Mon, 19 Nov 2012 10:24:25 -0800 Subject: added reset all groups functions (cherry picked from commit b090e8cf73480ba6bbf967bf1fbd8f59e1a8843d) Conflicts: scripts/firewall/vyatta-ipset.pl --- scripts/firewall/vyatta-ipset.pl | 1 - 1 file changed, 1 deletion(-) (limited to 'scripts') diff --git a/scripts/firewall/vyatta-ipset.pl b/scripts/firewall/vyatta-ipset.pl index 986ad13..99ae085 100755 --- a/scripts/firewall/vyatta-ipset.pl +++ b/scripts/firewall/vyatta-ipset.pl @@ -317,7 +317,6 @@ GetOptions("action=s" => \$action, die "undefined action" if ! defined $action; my $rc; -print "type is $set_type\n"; $rc = ipset_reset($set_name, $set_type) if $action eq 'reset-set'; $rc = ipset_create($set_name, $set_type) if $action eq 'create-set'; -- cgit v1.2.3