mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-22 22:30:58 +01:00
Correct allowInvalid and dropInvalid
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
62a567b550
commit
1bd9e8b015
@ -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;
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user