Allow a logical interface name in the EXTERNAL column of the proxyarp file

Signed-off-by: Tom Eastep <teastep@shorewall.net>
This commit is contained in:
Tom Eastep 2010-03-25 11:41:06 -07:00
parent a0a5c55a63
commit 6cdc1ab7a2

View File

@ -118,6 +118,7 @@ sub setup_proxy_arp() {
}
$interface = get_physical $interface;
$external = get_physical $external;
$set{$interface} = 1;
$reset{$external} = 1 unless $set{$external};