mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-17 10:11:16 +01:00
Merge branch 'master' of ssh://teastep@shorewall.git.sourceforge.net/gitroot/shorewall
This commit is contained in:
commit
f9689d0b47
@ -31,6 +31,8 @@ Changes in Shorewall 4.3.10
|
|||||||
|
|
||||||
12) Externalize 'flow'.
|
12) Externalize 'flow'.
|
||||||
|
|
||||||
|
13) Fix 'start' with AUTOMAKE=Yes
|
||||||
|
|
||||||
Changes in Shorewall 4.3.9
|
Changes in Shorewall 4.3.9
|
||||||
|
|
||||||
1) Logging rules now create separate chain.
|
1) Logging rules now create separate chain.
|
||||||
|
@ -90,6 +90,8 @@ released late in 2009.
|
|||||||
2. The list of networks returned by the 'shorewall iprange' command
|
2. The list of networks returned by the 'shorewall iprange' command
|
||||||
was not minimal.
|
was not minimal.
|
||||||
|
|
||||||
|
3. When AUTOMAKE=Yes, the 'shorewall start' ('shorewall6 start')
|
||||||
|
command used the wrong compiled script to start the firewall.
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
K N O W N P R O B L E M S R E M A I N I N G
|
K N O W N P R O B L E M S R E M A I N I N G
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
@ -480,7 +480,7 @@ start_command() {
|
|||||||
|
|
||||||
if [ -n "$AUTOMAKE" ]; then
|
if [ -n "$AUTOMAKE" ]; then
|
||||||
[ -n "$nolock" ] || mutex_on
|
[ -n "$nolock" ] || mutex_on
|
||||||
${VARDIR}/.start $debugging start
|
${VARDIR}/firewall $debugging start
|
||||||
rc=$?
|
rc=$?
|
||||||
[ -n "$nolock" ] || mutex_off
|
[ -n "$nolock" ] || mutex_off
|
||||||
else
|
else
|
||||||
|
Loading…
Reference in New Issue
Block a user