Revision e2ddbda7
Added by Phil Davis almost 12 years ago
usr/local/www/status_interfaces.php | ||
---|---|---|
81 | 81 |
<?php endif; ?> |
82 | 82 |
<tr> |
83 | 83 |
<td colspan="2" class="listtopic"> |
84 |
<?=htmlspecialchars($ifname);?> <?=gettext("interface"); ?> (<?=htmlspecialchars($ifinfo['hwif']);?>) |
|
84 |
<?=htmlspecialchars($ifname);?> <?=gettext("interface"); ?> (<?=htmlspecialchars($ifdescr);?>, <?=htmlspecialchars($ifinfo['hwif']);?>)
|
|
85 | 85 |
</td> |
86 | 86 |
</tr> |
87 | 87 |
<tr> |
Also available in: Unified diff
Display pfSense interface name on status interfaces
Sometimes it is a bit difficult to work out which interface descriptive name is which pfSense internal interface name (wan, lan, opt1, opt2...). It is useful to know for:
a) hardware that has wan, lan, opt1... pre-printed on the case (some Alix cases for example), making it easier for less-trained remote office staff to work out which cable corresponds to which interface in pfSense.
b) looking in config.xml or other techo places where the internal pfSense name is stored/referenced - knowing that straight from a status GUI display saves having to first find the descriptive name in the config, then the pfSense internal name.
What do you think? Is this a worthwhile place to display this data?