summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-01-15 13:07:36 +0100
committersmos <seth.mos@dds.nl>2012-01-15 13:07:36 +0100
commit584183558e2aafcd2d7dce6e5aaff34e96cb6e56 (patch)
tree4f5e2acb5bb23164df6122ebee13d345ac8a0147 /usr/local/www/status_interfaces.php
parent35af71416e19868fd09ec6701114c208fa4a1c4d (diff)
downloadpfsense-584183558e2aafcd2d7dce6e5aaff34e96cb6e56.zip
pfsense-584183558e2aafcd2d7dce6e5aaff34e96cb6e56.tar.gz
Show the interface Link Local addresses on the status_interfaces.php
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php11
1 files changed, 9 insertions, 2 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 61ce262..e998ae1 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -210,8 +210,15 @@ include("head.inc");
<?=htmlspecialchars($ifinfo['gateway']);?>
</td>
</tr>
- <?php endif; ?>
- <?php if ($ifinfo['ipaddrv6']): ?>
+ <?php endif; ?><?php if ($ifinfo['linklocal']): ?>
+ <tr>
+ <td width="22%" class="vncellt"><?=gettext("IPv6 Link Local");?></td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['linklocal']);?>
+ &nbsp;
+ </td>
+ </tr>
+ <?php endif; ?><?php if ($ifinfo['ipaddrv6']): ?>
<tr>
<td width="22%" class="vncellt"><?=gettext("IPv6 address");?></td>
<td width="78%" class="listr">
OpenPOWER on IntegriCloud