forked from extern/shorewall_code
Fix LOG rule with level in an action
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@6206 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
9f8aebe33d
commit
94d324d01d
@ -1269,6 +1269,8 @@ sub expand_rule( $$$$$$$$$$ )
|
|||||||
}
|
}
|
||||||
|
|
||||||
$loglevel = validate_level( $loglevel );
|
$loglevel = validate_level( $loglevel );
|
||||||
|
} elsif ( $disposition eq 'LOG' ) {
|
||||||
|
fatal_error "LOG requires a level";
|
||||||
}
|
}
|
||||||
#
|
#
|
||||||
# Isolate Source Interface, if any
|
# Isolate Source Interface, if any
|
||||||
|
Loading…
Reference in New Issue
Block a user