forked from extern/shorewall_code
Document fixes for unknown interface names
Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
parent
f753c3c9ea
commit
cb1843bbea
@ -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.
|
||||
|
@ -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.
|
||||
|
@ -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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user