mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-16 11:44:28 +02:00
Correct allowInvalid and dropInvalid
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
@ -48,7 +48,7 @@ if ( supplied $audit ) {
|
|||||||
$action = "A_ACCEPT";
|
$action = "A_ACCEPT";
|
||||||
}
|
}
|
||||||
|
|
||||||
perl_action_tcp_helper( "Invalid($action)", '' );
|
perl_action_helper( "Invalid($action)", '' );
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
@ -48,7 +48,7 @@ if ( supplied $audit ) {
|
|||||||
$action = "A_DROP";
|
$action = "A_DROP";
|
||||||
}
|
}
|
||||||
|
|
||||||
perl_action_tcp_helper( "Invalid($action)", '' );
|
perl_action_helper( "Invalid($action)", '' );
|
||||||
|
|
||||||
1;
|
1;
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user