summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_services.php
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-08-31 14:42:14 +0000
committerErmal Luçi <eri@pfsense.org>2008-08-31 14:42:14 +0000
commit9a1c227e875dbd91e45081ae526bd124c8e109aa (patch)
tree748b4d94666871c7e2d47acc1d34ee0a787b5591 /usr/local/www/status_services.php
parentb47c94bde72994a282ac71fa506c077a027e550e (diff)
downloadpfsense-9a1c227e875dbd91e45081ae526bd124c8e109aa.zip
pfsense-9a1c227e875dbd91e45081ae526bd124c8e109aa.tar.gz
Fix detection if an interface is part of bridge.
Diffstat (limited to 'usr/local/www/status_services.php')
-rwxr-xr-xusr/local/www/status_services.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr/local/www/status_services.php b/usr/local/www/status_services.php
index 471e9cd..27b40ef 100755
--- a/usr/local/www/status_services.php
+++ b/usr/local/www/status_services.php
@@ -235,7 +235,7 @@ $iflist = array();
$ifdescrs = get_configured_interface_list();
foreach ($ifdescrs as $if) {
$oc = $config['interfaces'][$if];
- if ($oc['if'] && (!$oc['bridge']))
+ if ($oc['if'] && (!link_int_to_bridge_interface($if)))
$iflist[$if] = $if;
}
$show_dhcprelay = false;
OpenPOWER on IntegriCloud