mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-18 03:29:12 +01:00
Fix a bug in auditing
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
d89a915f26
commit
e6275ba31d
@ -1160,7 +1160,7 @@ sub ensure_audit_chain( $;$ ) {
|
||||
if ( $action eq 'REJECT' ) {
|
||||
add_jump $ref , 'reject', 1;
|
||||
} else {
|
||||
add_rule $ref , "-j $action";
|
||||
add_jump $ref , $action, 0;
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user