summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authormtudosoiu <marian.tudosoiu@1and1.ro>2018-02-19 13:06:25 +0200
committermtudosoiu <marian.tudosoiu@1and1.ro>2018-02-19 13:06:25 +0200
commitd1164b989295016436f20caa709603ec5d85a4d3 (patch)
tree7c3e1eda8c433b7069903fa9b3a2f7bda168147b
parentc48f11fa1b0d6a7b196f9750ef82625dea1aba58 (diff)
downloadvyatta-cfg-firewall-d1164b989295016436f20caa709603ec5d85a4d3.tar.gz
vyatta-cfg-firewall-d1164b989295016436f20caa709603ec5d85a4d3.zip
Bug #T171 fix Open Task T171 Unable to Delte Rule
-rwxr-xr-xscripts/firewall/vyatta-firewall.pl6
1 files changed, 0 insertions, 6 deletions
diff --git a/scripts/firewall/vyatta-firewall.pl b/scripts/firewall/vyatta-firewall.pl
index c2727cc..f770719 100755
--- a/scripts/firewall/vyatta-firewall.pl
+++ b/scripts/firewall/vyatta-firewall.pl
@@ -553,12 +553,6 @@ sub update_rules {
Vyatta::Config::outputError([$tree,$name],"Firewall configuration error: $err_str\n");
exit 1;
}
- } elsif ("$test_rule_hash{$test_rule}" eq 'deleted') {
- if (Vyatta::IpTables::Mgr::chain_referenced($table, $name, $iptables_cmd)) {
- # Disallow deleting a chain if it's still referenced
- Vyatta::Config::outputError([$tree,$name],"Firewall configuration error: Cannot delete rule set \"$name\" (still in use)\n");
- exit 1;
- }
}
}