mirror of
https://gitlab.com/shorewall/code.git
synced 2025-02-19 19:21:07 +01:00
Fixes to RC1
git-svn-id: https://shorewall.svn.sourceforge.net/svnroot/shorewall/trunk@1180 fbd18981-670d-0410-9b5c-8dc0c1a9a2bb
This commit is contained in:
parent
2597d71b4a
commit
e2978f336a
@ -54,3 +54,5 @@ Changes since 1.4.10
|
|||||||
26) Avoid superfluous --state NEW tests.
|
26) Avoid superfluous --state NEW tests.
|
||||||
|
|
||||||
27) Allow backrouting of 'routestopped' devices.
|
27) Allow backrouting of 'routestopped' devices.
|
||||||
|
|
||||||
|
28) Fix the help file.
|
||||||
|
@ -89,7 +89,7 @@ debug)
|
|||||||
The above command would trace the 'start' command and
|
The above command would trace the 'start' command and
|
||||||
place the trace information in the file /tmp/trace.
|
place the trace information in the file /tmp/trace.
|
||||||
|
|
||||||
The word 'trace' is a synonym for 'debug'.
|
The word 'trace' is a synonym for 'debug'."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
delete)
|
delete)
|
||||||
@ -240,7 +240,7 @@ trace)
|
|||||||
The above command would trace the 'start' command and
|
The above command would trace the 'start' command and
|
||||||
place the trace information in the file /tmp/trace.
|
place the trace information in the file /tmp/trace.
|
||||||
|
|
||||||
The word 'debug' is a synonym for 'trace'.
|
The word 'debug' is a synonym for 'trace'."
|
||||||
;;
|
;;
|
||||||
|
|
||||||
try)
|
try)
|
||||||
|
@ -1,4 +1,4 @@
|
|||||||
Shorewall 2.0.0-RC1
|
Shorewall 2.0.0-RC2
|
||||||
|
|
||||||
----------------------------------------------------------------------
|
----------------------------------------------------------------------
|
||||||
Problems Corrected since 1.4.10
|
Problems Corrected since 1.4.10
|
||||||
@ -20,6 +20,8 @@ Problems Corrected since RC1
|
|||||||
1) After a "shorewall stop", traffic routed back to networks in
|
1) After a "shorewall stop", traffic routed back to networks in
|
||||||
the /etc/shorewall/routestopped file is accepted. This is required
|
the /etc/shorewall/routestopped file is accepted. This is required
|
||||||
to allow traffic through a bridge while shorewall is stopped.
|
to allow traffic through a bridge while shorewall is stopped.
|
||||||
|
|
||||||
|
2) The /usr/share/shorewall/help file has been corrected.
|
||||||
-----------------------------------------------------------------------
|
-----------------------------------------------------------------------
|
||||||
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:
|
||||||
|
|
||||||
|
@ -53,7 +53,8 @@
|
|||||||
# application such as ftwall
|
# application such as ftwall
|
||||||
# (http://p2pwall.sf.net).
|
# (http://p2pwall.sf.net).
|
||||||
# <action> -- The name of an action defined in
|
# <action> -- The name of an action defined in
|
||||||
# /etc/shorewall/actions.
|
# /etc/shorewall/actions or in
|
||||||
|
# /usr/share/shorewall/actions.std.
|
||||||
#
|
#
|
||||||
# The ACTION may optionally be followed
|
# The ACTION may optionally be followed
|
||||||
# by ":" and a syslog log level (e.g, REJECT:info or
|
# by ":" and a syslog log level (e.g, REJECT:info or
|
||||||
|
Loading…
Reference in New Issue
Block a user