mirror of
https://gitlab.com/shorewall/code.git
synced 2025-08-16 03:34:10 +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";
|
||||
}
|
||||
|
||||
perl_action_tcp_helper( "Invalid($action)", '' );
|
||||
perl_action_helper( "Invalid($action)", '' );
|
||||
|
||||
1;
|
||||
|
||||
|
@ -48,7 +48,7 @@ if ( supplied $audit ) {
|
||||
$action = "A_DROP";
|
||||
}
|
||||
|
||||
perl_action_tcp_helper( "Invalid($action)", '' );
|
||||
perl_action_helper( "Invalid($action)", '' );
|
||||
|
||||
1;
|
||||
|
||||
|
Reference in New Issue
Block a user