Apply Richard Musil's patch

git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1589 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
teastep 2004-08-29 17:21:16 +00:00
parent acfd7db737
commit 8aab6ce8c6
3 changed files with 9 additions and 3 deletions

View File

@ -56,3 +56,5 @@ Changes since 2.0.3
26) Allow source port remapping in /etc/shorewall/masq. 26) Allow source port remapping in /etc/shorewall/masq.
27) Include params file on 'restore' 27) Include params file on 'restore'
28) Apply Richard Musil's patch.

View File

@ -3848,10 +3848,10 @@ process_rule() # $1 = target
expandv logtag expandv logtag
fi fi
if [ $loglevel = none ]; then if [ "$loglevel" = none ]; then
[ "$target" = LOG ] && return
loglevel= loglevel=
logtag= logtag=
[ $target = LOG ] && return
fi fi
loglevel=${loglevel%\!} loglevel=${loglevel%\!}

View File

@ -1,4 +1,4 @@
Shorewall 2.1.7 Shorewall 2.1.8
---------------------------------------------------------------------- ----------------------------------------------------------------------
Problems Corrected since 2.0.3 Problems Corrected since 2.0.3
@ -36,6 +36,10 @@ Problems corrected since 2.1.6
1) Dynamic zones marked as 'ipsec' in /etc/shorewall/ipsec now work 1) Dynamic zones marked as 'ipsec' in /etc/shorewall/ipsec now work
correctly. correctly.
Problems corrected since 2.1.7
1) Fix parsing of ACTION with ":" but no log level (Richard Musil).
----------------------------------------------------------------------- -----------------------------------------------------------------------
Issues when migrating from Shorewall 2.0 to Shorewall 2.1: Issues when migrating from Shorewall 2.0 to Shorewall 2.1: