mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-24 11:41:26 +02: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.
|
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.
|
||||||
|
@ -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%\!}
|
||||||
|
@ -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:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user