forked from extern/shorewall_code
Fix 'routeback' in /etc/shorewall/routestopped
This commit is contained in:
parent
818379a8a6
commit
9eb85f51ef
@ -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 ) {
|
||||
|
@ -1,6 +1,6 @@
|
||||
Changes in Shorewall 4.4.2.1
|
||||
|
||||
None.
|
||||
1) Fix routeback in routestopped.
|
||||
|
||||
Changes in Shorewall 4.4.2
|
||||
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user