mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-15 04:04:10 +01:00
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:
parent
acfd7db737
commit
8aab6ce8c6
@ -56,3 +56,5 @@ Changes since 2.0.3
|
||||
26) Allow source port remapping in /etc/shorewall/masq.
|
||||
|
||||
27) Include params file on 'restore'
|
||||
|
||||
28) Apply Richard Musil's patch.
|
||||
|
@ -3848,10 +3848,10 @@ process_rule() # $1 = target
|
||||
expandv logtag
|
||||
fi
|
||||
|
||||
if [ $loglevel = none ]; then
|
||||
if [ "$loglevel" = none ]; then
|
||||
[ "$target" = LOG ] && return
|
||||
loglevel=
|
||||
logtag=
|
||||
[ $target = LOG ] && return
|
||||
fi
|
||||
|
||||
loglevel=${loglevel%\!}
|
||||
|
@ -1,4 +1,4 @@
|
||||
Shorewall 2.1.7
|
||||
Shorewall 2.1.8
|
||||
|
||||
----------------------------------------------------------------------
|
||||
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
|
||||
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:
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user