Fix 'routeback' in /etc/shorewall/routestopped

This commit is contained in:
Tom Eastep 2009-10-03 10:05:53 -07:00
parent 818379a8a6
commit 9eb85f51ef
4 changed files with 9 additions and 3 deletions

View File

@ -837,6 +837,7 @@ sub compiler {
# compile_stop_firewall() also validates the routestopped file. Since we don't
# call that function during 'check', we must validate routestopped here.
#
enable_object;
process_routestopped;
if ( $family == F_IPV4 ) {

View File

@ -1,6 +1,6 @@
Changes in Shorewall 4.4.2.1
None.
1) Fix routeback in routestopped.
Changes in Shorewall 4.4.2

View File

@ -1 +1,4 @@
There are no known problems in Shorewall version 4.4.2
1) 'shorewall check' produces an internal error if 'routeback' appears
in /etc/shorewall/routestopped.
Corrected in Shorewall 4.4.2.1.

View File

@ -172,7 +172,9 @@ Shorewall 4.4.2 Patch Release 1.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2 . 1
----------------------------------------------------------------------------
None.
1) 'shorewall check' produced an internal error if 'routeback' was
specified in /etc/shorewall/routestopped.
----------------------------------------------------------------------------
P R O B L E M S C O R R E C T E D I N 4 . 4 . 2