forked from extern/shorewall_code
Document fixes
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
b56b81ef74
commit
5c890938ed
@ -1,3 +1,13 @@
|
|||||||
|
Changes in Shorewall 4.4.16 Beta 6
|
||||||
|
|
||||||
|
1) Don't let root match wildcard.
|
||||||
|
|
||||||
|
2) Fix use of wildcard names in the notrack file.
|
||||||
|
|
||||||
|
3) Fix use of wildcard names in the proxyarp file
|
||||||
|
|
||||||
|
4) Prevent perl runtime warnings with cached interface entries.
|
||||||
|
|
||||||
Changes in Shorewall 4.4.16 Beta 5
|
Changes in Shorewall 4.4.16 Beta 5
|
||||||
|
|
||||||
1) Fix broken logical naming with Proxy ARP.
|
1) Fix broken logical naming with Proxy ARP.
|
||||||
|
@ -1,6 +1,6 @@
|
|||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
S H O R E W A L L 4 . 4 . 1 6
|
S H O R E W A L L 4 . 4 . 1 6
|
||||||
B E T A 5
|
B E T A 6
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
I. PROBLEMS CORRECTED IN THIS RELEASE
|
I. PROBLEMS CORRECTED IN THIS RELEASE
|
||||||
@ -14,6 +14,21 @@ 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
|
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
|
||||||
----------------------------------------------------------------------------
|
----------------------------------------------------------------------------
|
||||||
|
|
||||||
|
Beta 6
|
||||||
|
|
||||||
|
1) Previously, the root of a wildcard name erroneously matched that
|
||||||
|
name. For example 'eth' matched 'eth+'. Now there must be at least
|
||||||
|
one additional character (e.g., 'eth4').
|
||||||
|
|
||||||
|
2) Use of logical interface names in the notrack and ecn files
|
||||||
|
resulted in perl runtime warning messages.
|
||||||
|
|
||||||
|
3) The use of wildcard-matching names in certain contexts would result
|
||||||
|
in perl run-time messages similar to this one:
|
||||||
|
|
||||||
|
Use of uninitialized value in numeric comparison (<=>)
|
||||||
|
at /usr/share/shorewall/Shorewall/Zones.pm line 1334.
|
||||||
|
|
||||||
Beta 5
|
Beta 5
|
||||||
|
|
||||||
1) Previously, proxy ARP with logical interface names did not
|
1) Previously, proxy ARP with logical interface names did not
|
||||||
|
Loading…
Reference in New Issue
Block a user