Remove crap

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@7686 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-11-18 03:11:46 +00:00
parent d5f04ec0a1
commit 8f368139f6

View File

@ -2282,18 +2282,6 @@ sub create_chainlist_reload($) {
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
#