summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal <eri@pfsense.org>2010-08-31 11:16:24 +0000
committerErmal <eri@pfsense.org>2010-08-31 11:16:24 +0000
commit7e96ca276aac6782aa4597735ecfda13b3584b81 (patch)
treeadac7dd35a0befd0c382d98203999973752e1d7d
parent7c73f504e568aec222835187ff5a79acb2559704 (diff)
downloadpfsense-7e96ca276aac6782aa4597735ecfda13b3584b81.zip
pfsense-7e96ca276aac6782aa4597735ecfda13b3584b81.tar.gz
Ticket #860. Honor the parameter if passed.
-rw-r--r--etc/inc/interfaces.inc3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/inc/interfaces.inc b/etc/inc/interfaces.inc
index ec0ce7f..cdf909f 100644
--- a/etc/inc/interfaces.inc
+++ b/etc/inc/interfaces.inc
@@ -1535,6 +1535,9 @@ function interface_proxyarp_configure($interface = "") {
$proxyif = $vipent['interface'];
else
$proxyif = "wan";
+
+ if (!empty($interface) && $interface != $proxyif)
+ continue;
if (!is_array($paa[$proxyif]))
$paa[$proxyif] = array();
OpenPOWER on IntegriCloud