mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-27 16:09:39 +01:00
Tweak action logging
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1501 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
bd6192dc18
commit
ed50013118
@ -2868,7 +2868,7 @@ find_logactionchain() # $1 = Action, including log level and tag if any
|
|||||||
shift;shift
|
shift;shift
|
||||||
done
|
done
|
||||||
|
|
||||||
createlogctionchain $action $level
|
createlogactionchain $action $level
|
||||||
|
|
||||||
echo $CHAIN
|
echo $CHAIN
|
||||||
|
|
||||||
@ -3060,7 +3060,7 @@ process_actions2() {
|
|||||||
drop_broadcasts() {
|
drop_broadcasts() {
|
||||||
for address in $(find_broadcasts) 255.255.255.255 224.0.0.0/4 ; do
|
for address in $(find_broadcasts) 255.255.255.255 224.0.0.0/4 ; do
|
||||||
case $xlevel in
|
case $xlevel in
|
||||||
none\!)
|
none*)
|
||||||
;;
|
;;
|
||||||
*)
|
*)
|
||||||
[ -n "$xlevel" ] && \
|
[ -n "$xlevel" ] && \
|
||||||
|
Loading…
Reference in New Issue
Block a user