mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-22 15:43:30 +01:00
Correct syntax error when REQUIRE_INTERFACE=Yes
This commit is contained in:
parent
246039a809
commit
37dd46df3c
@ -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',
|
||||||
|
@ -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.
|
||||||
|
@ -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.
|
||||||
|
|
||||||
|
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user