mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +01:00
Fix logging with mapped standard actions
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@3194 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
6388b5b72d
commit
1f4e3572d9
@ -14,6 +14,8 @@ Changes in 3.0.4
|
||||
|
||||
7) Wildcard port support.
|
||||
|
||||
8) Fix logging of old mapped standard actions.
|
||||
|
||||
Changes in 3.0.3
|
||||
|
||||
1) Implement "shorewall show macros"
|
||||
|
@ -4886,6 +4886,7 @@ map_old_action() # $1 = Potential Old Action
|
||||
|
||||
if [ -f $(find_file macro.$macro) ]; then
|
||||
echo $macro/$aktion
|
||||
return
|
||||
fi
|
||||
fi
|
||||
|
||||
|
@ -70,6 +70,9 @@ Problems Corrected in 3.0.4
|
||||
reboot
|
||||
shorewall -f start (which is the default during boot up)
|
||||
|
||||
5) When a 2.x standard action is invoked with a log level (example
|
||||
"AllowPing:info"), logging does not occur.
|
||||
|
||||
New Features in 3.0.4
|
||||
|
||||
1) By popular demand, the 'Limit' action described at
|
||||
|
Loading…
Reference in New Issue
Block a user