forked from extern/shorewall_code
Fix 'detectnets' one more time
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6063 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
ffe223fdc6
commit
0a0a379bf5
@ -1496,8 +1496,8 @@ sub generate_matrix() {
|
||||
|
||||
if ( $chain1 ) {
|
||||
for my $interface ( keys %needbroadcast ) {
|
||||
add_rule filter_table{out_chain $interface} , "-d 255.255.255.255 -j $chain1";
|
||||
add_rule filter_table{out_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";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user