forked from extern/shorewall_code
Document fix for IPv6 address handling
This commit is contained in:
parent
f92349edba
commit
a85e4c264a
@ -1,3 +1,7 @@
|
||||
Changes in Shorewall 4.4.18 Final
|
||||
|
||||
1) Correct handling of IPv6 host address in a net context.
|
||||
|
||||
Changes in Shorewall 4.4.18 RC 1
|
||||
|
||||
1) Update Version.
|
||||
|
@ -1,6 +1,5 @@
|
||||
----------------------------------------------------------------------------
|
||||
S H O R E W A L L 4 . 4 . 1 8
|
||||
R C 1
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
I. PROBLEMS CORRECTED IN THIS RELEASE
|
||||
@ -14,6 +13,17 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
|
||||
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
|
||||
----------------------------------------------------------------------------
|
||||
|
||||
4.4.18 Final
|
||||
|
||||
1) Previously, if an IPv6 host address (no "/<vlsm>") was used in a
|
||||
context where a network address is allowed, the compiler failed to
|
||||
supply the default <vlsm> of 128. This could lead to startup errors
|
||||
and/or Perl errors such as:
|
||||
|
||||
Use of uninitialized value $mask in concatenation (.) or
|
||||
string at /usr/share/shorewall/Shorewall/Tc.pm line 979,
|
||||
<$currentfile> line 11.
|
||||
|
||||
4.4.18 RC 1
|
||||
|
||||
1) None.
|
||||
|
Loading…
Reference in New Issue
Block a user