Final fix for detectnets

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6064 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2007-04-22 18:24:09 +00:00
parent 0a0a379bf5
commit d3556e4d40

View File

@ -1496,8 +1496,8 @@ sub generate_matrix() {
if ( $chain1 ) {
for my $interface ( keys %needbroadcast ) {
add_rule filter_table{output_chain $interface} , "-d 255.255.255.255 -j $chain1";
add_rule filter_table{output_chain $interface} , "-d 224.0.0.0/4 -j $chain1";
add_rule $filter_table->{output_chain $interface} , "-d 255.255.255.255 -j $chain1";
add_rule $filter_table->{output_chain $interface} , "-d 224.0.0.0/4 -j $chain1";
}
}