summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorErmal LUÇI <eri@pfsense.org>2014-11-25 20:23:30 +0100
committerErmal LUÇI <eri@pfsense.org>2014-11-25 20:23:30 +0100
commit2d2e466c2b5de70c7fe053ccb3d9de08e1b7d404 (patch)
tree93b93d468a8d148de1ce1c3bdf19fbe6a8deeb2d /usr/local/www/status_interfaces.php
parent3740c82b5c618261993b77311f37887fc958a07a (diff)
downloadpfsense-2d2e466c2b5de70c7fe053ccb3d9de08e1b7d404.zip
pfsense-2d2e466c2b5de70c7fe053ccb3d9de08e1b7d404.tar.gz
Show Mtu on status interfaces.
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rw-r--r--usr/local/www/status_interfaces.php9
1 files changed, 8 insertions, 1 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 33b76c1..ec07fd1 100644
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -321,7 +321,14 @@ include("head.inc");
?>
</td>
</tr>
- <?php endif; endif; if ($ifinfo['media']): ?>
+ <?php endif; endif; if ($ifinfo['mtu']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("MTU");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['mtu']);?>
+ </td>
+ </tr>
+ <?php endif; if ($ifinfo['media']): ?>
<tr>
<td width="22%" class="vncellt"><?=gettext("Media");?></td>
<td width="78%" class="listr">
OpenPOWER on IntegriCloud