Document fix for logical names with Proxy ARP

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-12-10 12:27:05 -08:00
parent 780c252615
commit cfe4f7c056
3 changed files with 15 additions and 1 deletions

View File

@ -1,3 +1,7 @@
Changes in Shorewall 4.4.15.2
1) Fix broken logical naming with Proxy ARP.
Changes in Shorewall 4.4.15.1
1) Change assertion into a warning in getparams.

View File

@ -19,3 +19,9 @@
/etc/shorewall6/params).
Corrected in 4.4.15.1.
4) When logical interface names are used, proxy ARP does not
work. Symptoms include numerous Perl runtime error Messages.
Workaround: Don't use proxy arp involving an interface with a
logical name that is different from its physical name.

View File

@ -1,5 +1,5 @@
----------------------------------------------------------------------------
S H O R E W A L L 4 . 4 . 1 5 . 1
S H O R E W A L L 4 . 4 . 1 5 . 2
----------------------------------------------------------------------------
I. PROBLEMS CORRECTED IN THIS RELEASE
@ -12,6 +12,10 @@ 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.15.2
1) Previously, proxy ARP with logical interface names did not
work. Symptoms included numerous Perl runtime error messages.
4.4.15.1