forked from extern/shorewall_code
Assume LOG if a level is specified with INLINE.
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
35b0b4a4f9
commit
614c5e6155
@ -2100,7 +2100,7 @@ sub process_rule ( $$$$$$$$$$$$$$$$$$$ ) {
|
||||
$matches .= "$inline_matches ";
|
||||
|
||||
if ( $param eq '' ) {
|
||||
$action = '';
|
||||
$action = $loglevel ? 'LOG' : '';
|
||||
} else {
|
||||
( $action, $loglevel ) = split_action $param;
|
||||
( $basictarget, $param ) = get_target_param $action;
|
||||
|
Loading…
Reference in New Issue
Block a user