summaryrefslogtreecommitdiffstats
path: root/usr/local
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2005-08-12 21:29:00 +0000
committerScott Ullrich <sullrich@pfsense.org>2005-08-12 21:29:00 +0000
commit02787f50d3a5ac51c9468fa1722ddbd4b5653dc1 (patch)
tree5ff999c55a2d972cf2306251d159586f7f3c3716 /usr/local
parent6290d3af8df31b47e8bbdc5b12997724e9351624 (diff)
downloadpfsense-02787f50d3a5ac51c9468fa1722ddbd4b5653dc1.zip
pfsense-02787f50d3a5ac51c9468fa1722ddbd4b5653dc1.tar.gz
Minor comment
Diffstat (limited to 'usr/local')
-rwxr-xr-xusr/local/www/status_interfaces.php1
1 files changed, 1 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 49bf93e..663420c 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -101,6 +101,7 @@ function get_interface_info($ifdescr) {
else
$ifinfo['dhcplink'] = "down";
}
+ /* loop through optional interfaces looking to see if they are dhcp */
for ($j = 1; isset($config['interfaces']['opt' . $j]); $j++) {
$ifdescrs['opt' . $j] = $config['interfaces']['opt' . $j]['descr'];
if (($ifdescr == "opt$j") && ($config['interfaces']['opt' . $j]['ipaddr'] == "dhcp")) {
OpenPOWER on IntegriCloud