mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-24 23:28:59 +01:00
Remove crap
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7686 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
d5f04ec0a1
commit
8f368139f6
@ -2282,18 +2282,6 @@ sub create_chainlist_reload($) {
|
|||||||
|
|
||||||
enter_cmd_mode;
|
enter_cmd_mode;
|
||||||
|
|
||||||
for $table qw(nat mangle filter) {
|
|
||||||
next unless $chains{$table};
|
|
||||||
|
|
||||||
my $tableref=$chain_table{$table};
|
|
||||||
|
|
||||||
@chains = sort @{$chains{$table}};
|
|
||||||
|
|
||||||
for my $chain ( @chains ) {
|
|
||||||
my $chainref = $tableref->{$chain};
|
|
||||||
emit "\$IPTABLES -t $table -F $chain" if $chainref->{builtin};
|
|
||||||
}
|
|
||||||
}
|
|
||||||
#
|
#
|
||||||
# Now generate the actual iptables-restore command
|
# Now generate the actual iptables-restore command
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user