Revision 81448ffa
Added by Jim Pingle over 12 years ago
usr/local/www/diag_testport.php | ||
---|---|---|
144 | 144 |
<td width="78%" class="vtable"> |
145 | 145 |
<select name="sourceip" class="formselect"> |
146 | 146 |
<option value="">Any</option> |
147 |
<?php $sourceips = get_possible_traffic_source_addresses(); |
|
147 |
<?php $sourceips = get_possible_traffic_source_addresses(true);
|
|
148 | 148 |
foreach ($sourceips as $sip): |
149 | 149 |
$selected = ""; |
150 | 150 |
if (!link_interface_to_bridge($sip['value']) && ($sip['value'] == $sourceip)) |
Also available in: Unified diff
Show IPv6 link-local IPs as specific sources for ping, traceroute, and port testing.