mirror of
https://gitlab.com/shorewall/code.git
synced 2024-11-25 17:13:11 +01:00
Fix REQUIRE_INTERFACE=Yes
This commit is contained in:
parent
5cb8c47eb2
commit
559a83347d
@ -2,6 +2,8 @@ Changes in Shorewall 4.4.11.4
|
||||
|
||||
1) Fix a couple of old optimization bugs.
|
||||
|
||||
2) Fix REQUIRE_INTERFACE=Yes
|
||||
|
||||
Changes in Shorewall 4.4.11.3
|
||||
|
||||
1) Fix duplicate rule generation with 'any'.
|
||||
|
@ -96,3 +96,8 @@
|
||||
can result in invalid iptables-restore (ip6tables-restore) input.
|
||||
|
||||
Workaround: Don't use optimizaiton levels greater than 7.
|
||||
|
||||
14) When REQUIRE_INTERFACE=Yes, start/restart will fail unless the last
|
||||
optional interface defined in the interfaces file is available.
|
||||
|
||||
Workaround: None available.
|
||||
|
@ -227,6 +227,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
|
||||
2) Under rare circumstances unvolving exclusion, OPTIMIZE 8 through 15
|
||||
could result in invalid iptables-restore (ip6tables-restore) input.
|
||||
|
||||
3) When REQUIRE_INTERFACE=Yes, start/restart would fail unless the
|
||||
last optional interface was available.
|
||||
|
||||
4.4.11.3
|
||||
|
||||
1) When 'any' was used in the rules SOURCE column, a duplicate rule
|
||||
|
Loading…
Reference in New Issue
Block a user