summaryrefslogtreecommitdiffstats
path: root/usr/local/www/services_dhcp.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-30 17:06:44 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-30 17:06:44 +0000
commit25b4e96822a32218b8bffb69ad1528185474fff0 (patch)
tree8031002e579feacb5136412749f56698519ea14b /usr/local/www/services_dhcp.php
parentab900a0916ff5bf2dde0784b9bbe6bac8208dd3d (diff)
downloadpfsense-25b4e96822a32218b8bffb69ad1528185474fff0.zip
pfsense-25b4e96822a32218b8bffb69ad1528185474fff0.tar.gz
Fix tab name displaying that can be obfuscated by stale <brdige/> knobs in the config.
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 d354a7c..89c0a84 100755
--- a/usr/local/www/services_dhcp.php
+++ b/usr/local/www/services_dhcp.php
@@ -52,7 +52,7 @@ foreach ($ifdescrs as $ifname => $ifdesc) {
if (!is_ipaddr($oc['ipaddr']) && $is_olsr_enabled)
$singleif_nostaticip = true;
- else if ($oc['if'] && (!$oc['bridge']))
+ else if ($oc['if'])
$iflist[$ifname] = $ifdesc;
}
OpenPOWER on IntegriCloud