mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-24 00:23:28 +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.
|
||||
|
||||
27) Allow backrouting of 'routestopped' devices.
|
||||
|
||||
28) Fix the help file.
|
||||
|
@ -586,7 +586,7 @@ validate_interfaces_file() {
|
||||
detectnets)
|
||||
[ -n "$wildcard" ] && \
|
||||
startup_error "The \"detectnets\" option may not be used with a wild-card interface"
|
||||
;;
|
||||
;;
|
||||
routeback)
|
||||
[ -n "$z" ] || startup_error "The routeback option may not be specified on a multi-zone interface"
|
||||
;;
|
||||
|
@ -89,7 +89,7 @@ debug)
|
||||
The above command would trace the 'start' command and
|
||||
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)
|
||||
@ -240,7 +240,7 @@ trace)
|
||||
The above command would trace the 'start' command and
|
||||
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)
|
||||
|
@ -1,4 +1,4 @@
|
||||
Shorewall 2.0.0-RC1
|
||||
Shorewall 2.0.0-RC2
|
||||
|
||||
----------------------------------------------------------------------
|
||||
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
|
||||
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.
|
||||
-----------------------------------------------------------------------
|
||||
Issues when migrating from Shorewall 1.4.x to Shorewall 2.0.0:
|
||||
|
||||
|
@ -53,7 +53,8 @@
|
||||
# application such as ftwall
|
||||
# (http://p2pwall.sf.net).
|
||||
# <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
|
||||
# by ":" and a syslog log level (e.g, REJECT:info or
|
||||
|
Loading…
Reference in New Issue
Block a user