summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-08-31 14:44:02 +0000
committerErmal Luçi <eri@pfsense.org>2008-08-31 14:44:02 +0000
commit74d65827db40936f016b5efb71b0a55a75488196 (patch)
tree1214eaf882b867de0fc5e659202c59a14632f828 /usr/local/www/services_dhcp.php
parent9a1c227e875dbd91e45081ae526bd124c8e109aa (diff)
downloadpfsense-74d65827db40936f016b5efb71b0a55a75488196.zip
pfsense-74d65827db40936f016b5efb71b0a55a75488196.tar.gz
Fix detection if an interface is part of bridge.
Diffstat (limited to 'usr/local/www/services_dhcp.php')
-rwxr-xr-xusr/local/www/services_dhcp.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/services_dhcp.php b/usr/local/www/services_dhcp.php
index 9bc3758..aebcb26 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -112,7 +112,7 @@ if(is_array($dhcrelaycfg)) {
if (isset($dhcrelayifconf['enable']) &&
(($dhcrelayif == "lan") ||
(isset($config['interfaces'][$dhcrelayif]['enable']) &&
- $config['interfaces'][$dhcrelayif]['if'] && (!$config['interfaces'][$dhcrelayif]['bridge']))))
+ $config['interfaces'][$dhcrelayif]['if'] && (!link_int_to_bridge_interface($dhcrelayif)))))
$dhcrelay_enabled = true;
}
}
OpenPOWER on IntegriCloud