mirror of
https://gitlab.com/shorewall/code.git
synced 2024-12-18 20:30:43 +01:00
Remove extraneous comment from the rule generated by action.RST
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
4ec47783f1
commit
61d67a4741
@ -47,7 +47,7 @@ my ( $level, $tag ) = get_action_logging;
|
|||||||
my $target = require_audit ( $action , $audit );
|
my $target = require_audit ( $action , $audit );
|
||||||
|
|
||||||
log_rule_limit $level, $chainref, 'RST' , $action, '', $tag, 'add', '-p 6 --tcp-flags RST RST ' if $level ne '';
|
log_rule_limit $level, $chainref, 'RST' , $action, '', $tag, 'add', '-p 6 --tcp-flags RST RST ' if $level ne '';
|
||||||
add_jump $chainref , $target, 0, '-p 6 --tcp-flags RST RST, ';
|
add_jump $chainref , $target, 0, '-p 6 --tcp-flags RST RST ';
|
||||||
|
|
||||||
allow_optimize( $chainref );
|
allow_optimize( $chainref );
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user