forked from extern/shorewall_code
Revert "Correct the behavior of ADMINISABSENTMINDED"
This reverts commit ded747a51a
.
This commit is contained in:
parent
ded747a51a
commit
4eadec234a
@ -2512,9 +2512,9 @@ EOF
|
|||||||
"restore_default_route $config{USE_DEFAULT_RT}"
|
"restore_default_route $config{USE_DEFAULT_RT}"
|
||||||
);
|
);
|
||||||
|
|
||||||
if ( $config{ADMINISABSENTMINDED} ) {
|
my @chains = $config{ADMINISABSENTMINDED} ? qw/INPUT FORWARD/ : qw/INPUT OUTPUT FORWARD/;
|
||||||
add_ijump $filter_table ->{$_}, j => 'ACCEPT', state_imatch 'ESTABLISHED,RELATED' for qw/INPUT FORWARD/;
|
|
||||||
}
|
add_ijump $filter_table ->{$_}, j => 'ACCEPT', state_imatch 'ESTABLISHED,RELATED' for @chains;
|
||||||
|
|
||||||
if ( $family == F_IPV6 ) {
|
if ( $family == F_IPV6 ) {
|
||||||
add_ijump $input, j => 'ACCEPT', s => IPv6_LINKLOCAL;
|
add_ijump $input, j => 'ACCEPT', s => IPv6_LINKLOCAL;
|
||||||
|
Loading…
Reference in New Issue
Block a user