Project

General

Profile

« Previous | Next » 

Revision 58418355

Added by Seth Mos over 13 years ago

Show the interface Link Local addresses on the status_interfaces.php

View differences:

usr/local/www/status_interfaces.php
210 210
			<?=htmlspecialchars($ifinfo['gateway']);?>
211 211
		</td>
212 212
	</tr>
213
	<?php endif; ?>
214
	<?php if ($ifinfo['ipaddrv6']): ?>
213
	<?php endif; ?><?php if ($ifinfo['linklocal']): ?>
214
	<tr>
215
		<td width="22%" class="vncellt"><?=gettext("IPv6 Link Local");?></td>
216
		<td width="78%" class="listr">
217
			<?=htmlspecialchars($ifinfo['linklocal']);?>
218
			&nbsp; 
219
		</td>
220
	</tr>
221
	<?php endif; ?><?php if ($ifinfo['ipaddrv6']): ?>
215 222
	<tr>
216 223
		<td width="22%" class="vncellt"><?=gettext("IPv6 address");?></td>
217 224
		<td width="78%" class="listr">

Also available in: Unified diff