mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-11 04:07:03 +02: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";
|
$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;
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user