diff options
author | Scott Ullrich <sullrich@pfsense.org> | 2005-08-12 21:29:00 +0000 |
---|---|---|
committer | Scott Ullrich <sullrich@pfsense.org> | 2005-08-12 21:29:00 +0000 |
commit | 02787f50d3a5ac51c9468fa1722ddbd4b5653dc1 (patch) | |
tree | 5ff999c55a2d972cf2306251d159586f7f3c3716 /usr | |
parent | 6290d3af8df31b47e8bbdc5b12997724e9351624 (diff) | |
download | pfsense-02787f50d3a5ac51c9468fa1722ddbd4b5653dc1.zip pfsense-02787f50d3a5ac51c9468fa1722ddbd4b5653dc1.tar.gz |
Minor comment
Diffstat (limited to 'usr')
-rwxr-xr-x | usr/local/www/status_interfaces.php | 1 |
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")) { |