mirror of
https://gitlab.com/shorewall/code.git
synced 2025-06-19 17:28:35 +02:00
Make CONTINUE work again
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1186 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2df740db75
commit
699a4cf567
@ -62,3 +62,5 @@ Changes since 1.4.10
|
|||||||
30) Remove fw->fw policy.
|
30) Remove fw->fw policy.
|
||||||
|
|
||||||
31) Issue clearer message if ip6tables not installed.
|
31) Issue clearer message if ip6tables not installed.
|
||||||
|
|
||||||
|
32) Make 'CONTINUE' rules work again.
|
||||||
|
@ -3061,6 +3061,7 @@ process_rule() # $1 = target
|
|||||||
target=reject
|
target=reject
|
||||||
;;
|
;;
|
||||||
CONTINUE)
|
CONTINUE)
|
||||||
|
target=RETURN
|
||||||
;;
|
;;
|
||||||
DNAT*)
|
DNAT*)
|
||||||
target=ACCEPT
|
target=ACCEPT
|
||||||
|
@ -19,18 +19,10 @@ Problems Corrected since 1.4.10
|
|||||||
|
|
||||||
DNAT z1!z2,z3 z4...
|
DNAT z1!z2,z3 z4...
|
||||||
|
|
||||||
Problems Corrected since RC1
|
Problems Corrected since RC2
|
||||||
|
|
||||||
1) After a "shorewall stop", traffic routed back to networks in
|
1) CONTINUE rules now work again.
|
||||||
the /etc/shorewall/routestopped file is accepted. This is required
|
|
||||||
to allow traffic through a bridge while shorewall is stopped.
|
|
||||||
|
|
||||||
2) The /usr/share/shorewall/help file has been corrected.
|
|
||||||
|
|
||||||
3) fw->fw policy removed from /etc/shorewall/policy.
|
|
||||||
|
|
||||||
4) If IPV6_DISABLE=Yes, a clearer diagnostic message is issued if
|
|
||||||
ip6tables is not installed.
|
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
Issues when migrating from Shorewall 1.4.x to Shorewall 2.0.0:
|
Issues when migrating from Shorewall 1.4.x to Shorewall 2.0.0:
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user