summaryrefslogtreecommitdiffstats
path: root/usr/local/www/status_interfaces.php
diff options
context:
space:
mode:
authorsmos <seth.mos@dds.nl>2012-04-04 14:51:22 +0200
committersmos <seth.mos@dds.nl>2012-04-04 14:51:22 +0200
commit1132ff358adfdc8c694bfdb00ec021d7b073c708 (patch)
treea3cb3954296a7b1c5903a06d7703bbd4a75ba031 /usr/local/www/status_interfaces.php
parent74c834f17eb23854702bc665a30140d22127c8e2 (diff)
downloadpfsense-1132ff358adfdc8c694bfdb00ec021d7b073c708.zip
pfsense-1132ff358adfdc8c694bfdb00ec021d7b073c708.tar.gz
Add section for the dhcp6link status
Diffstat (limited to 'usr/local/www/status_interfaces.php')
-rwxr-xr-xusr/local/www/status_interfaces.php18
1 files changed, 18 insertions, 0 deletions
diff --git a/usr/local/www/status_interfaces.php b/usr/local/www/status_interfaces.php
index 248667a..56c4b57 100755
--- a/usr/local/www/status_interfaces.php
+++ b/usr/local/www/status_interfaces.php
@@ -104,6 +104,24 @@ include("head.inc");
</a>
</td>
</tr>
+ <?php endif;
+ if ($ifinfo['dhcp6link']): ?>
+ <tr>
+ <td width="22%" class="vncellt">
+ DHCP6
+ </td>
+ <td width="78%" class="listr">
+ <?=htmlspecialchars($ifinfo['dhcp6link']);?>&nbsp;&nbsp;
+ <?php if ($ifinfo['dhcp6link'] == "up"): ?>
+ <a href="status_interfaces.php?action=Release&if=<?php echo $ifdescr; ?>">
+ <input type="button" name="<?php echo $ifdescr; ?>" value="<?=gettext("Release");?>" class="formbtns">
+ <?php else: ?>
+ <a href="status_interfaces.php?action=Renew&if=<?php echo $ifdescr; ?>">
+ <input type="button" name="<?php echo $ifdescr; ?>" value="<?=gettext("Renew");?>" class="formbtns">
+ <?php endif; ?>
+ </a>
+ </td>
+ </tr>
<?php endif; if ($ifinfo['pppoelink']): ?>
<tr>
<td width="22%" class="vncellt"><?=gettext("PPPoE"); ?></td>
OpenPOWER on IntegriCloud