Document fixes for unknown interface names

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-12-11 10:29:25 -08:00
parent f753c3c9ea
commit cb1843bbea
3 changed files with 9 additions and 1 deletions

View File

@ -2,6 +2,8 @@ Changes in Shorewall 4.4.15.2
1) Fix broken logical naming with Proxy ARP.
2) Verify interface names in proxyarp and tcinterfaces.
Changes in Shorewall 4.4.15.1
1) Change assertion into a warning in getparams.

View File

@ -25,3 +25,6 @@
Workaround: Don't use proxy arp involving an interface with a
logical name that is different from its physical name.
5) Unknown interface names in the proxyarp and tcinterfaces files
result in Perl runtime errors.

View File

@ -15,7 +15,10 @@ VI. PROBLEMS CORRECTED AND NEW FEATURES IN PRIOR RELEASES
4.4.15.2
1) Previously, proxy ARP with logical interface names did not
work. Symptoms included numerous Perl runtime error messages.
work. Symptoms included numerous Perl runtime error messages.
2) Previously, unknown interface names in the proxyarp and
tcinterfaces files resulted in Perl runtime errors.
4.4.15.1