forked from extern/shorewall_code
Correct autorepeat wart
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
cf0275a049
commit
9c2c562bf5
@ -1659,7 +1659,7 @@ sub initialize_chain_table($) {
|
|||||||
if ( $config{FAKE_AUDIT} ) {
|
if ( $config{FAKE_AUDIT} ) {
|
||||||
dont_delete new_standard_chain 'AUDIT', 0;
|
dont_delete new_standard_chain 'AUDIT', 0;
|
||||||
} else {
|
} else {
|
||||||
$builtin_target{AUDIT} = 111;
|
$builtin_target{AUDIT} = 1;
|
||||||
}
|
}
|
||||||
|
|
||||||
dont_move new_standard_chain 'reject';
|
dont_move new_standard_chain 'reject';
|
||||||
|
Loading…
Reference in New Issue
Block a user