mirror of
https://gitlab.com/shorewall/code.git
synced 2025-01-07 14:08:52 +01:00
Update release docs for Perl diagnostic elimination
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
224f1798af
commit
192a8967ce
@ -6,6 +6,8 @@ Changes in Shorewall 4.4.10.1
|
||||
|
||||
3) Add REQUIRE_INTERFACE to shorewall*.conf
|
||||
|
||||
4) Avoid run-time diagnostic when options are omitted from shorewall*.conf.
|
||||
|
||||
Changes in Shorewall 4.4.10.1
|
||||
|
||||
1) Apply patch from Gabriel.
|
||||
|
@ -31,3 +31,13 @@
|
||||
and shorewall6.conf.
|
||||
|
||||
You can simply add it if you need it.
|
||||
|
||||
5) Under Perl 5.12.1, a harmless Perl run-time diagnostic is
|
||||
produced when options are omitted from shorewall.conf or
|
||||
shorewall6.conf.
|
||||
|
||||
Example:
|
||||
|
||||
Use of uninitialized value
|
||||
$Shorewall::Config::config{"REQUIRE_INTERFACE"} in lc at
|
||||
/usr/share/shorewall/Shorewall/Config.pm line 1902.
|
||||
|
@ -233,6 +233,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
|
||||
3) The new REQUIRE_INTERFACE was inadvertently omitted from
|
||||
shorewall.conf and shorewall6.conf. It has been added.
|
||||
|
||||
4) Under some versions of Perl, a Perl run-time diagnostic was produced
|
||||
when options were omitted from shorewall.conf or shorewall6.conf.
|
||||
|
||||
4.4.10.1
|
||||
|
||||
1) The IPv6 allowBcast action generated an invalid rule.
|
||||
|
Loading…
Reference in New Issue
Block a user