Correct syntax error when REQUIRE_INTERFACE=Yes

This commit is contained in:
Tom Eastep 2010-07-05 09:52:15 -07:00
parent 246039a809
commit 37dd46df3c
4 changed files with 10 additions and 1 deletions

View File

@ -905,7 +905,7 @@ sub handle_optional_interfaces( $ ) {
emit( ' fatal_error "No network interface available"', emit( ' fatal_error "No network interface available"',
' else', ' else',
' startup_error "No network interface available', ' startup_error "No network interface available"',
' fi', ' fi',
' ;;', ' ;;',
' esac', ' esac',

View File

@ -5,6 +5,8 @@ Changes in Shorewall 4.4.10.3
2) Make find_hosts_by_option() work correctly where ALL_IP appears in 2) Make find_hosts_by_option() work correctly where ALL_IP appears in
hosts file. hosts file.
3) Correct syntax error in the generated script when REQUIRE_INTERFACE=Yes.
Changes in Shorewall 4.4.10.2 Changes in Shorewall 4.4.10.2
1) Make IPv6 log and connections output readable. 1) Make IPv6 log and connections output readable.

View File

@ -91,5 +91,9 @@
Fixed in Shorewall 4.4.10.3. Fixed in Shorewall 4.4.10.3.
8) When REQUIRE_INTERFACE=Yes, the generated script is missing a
closing quote.
Fixed in Shorewall 4.4.10.3.

View File

@ -250,6 +250,9 @@ I I I. P R O B L E M S C O R R E C T E D I N T H I S R E L E A S E
Note: for IPv6, the network is ::/0 rather than 0.0.0.0/0. Note: for IPv6, the network is ::/0 rather than 0.0.0.0/0.
3) When REQUIRE_INTERFACE=Yes, the generated script was missing a
closing quote.
4.4.10.2 4.4.10.2
1) The start priorities of the Shorewall products were incorrect on 1) The start priorities of the Shorewall products were incorrect on