Revision 32dc8109
Added by Seth Mos over 13 years ago
usr/local/www/interfaces.php | ||
---|---|---|
1729 | 1729 |
<td width="78%" class="vtable"> |
1730 | 1730 |
<input name="prefix-6rd" type="text" class="formfld unknown" id="prefix-6rd" size="40" value="<?=htmlspecialchars($pconfig['prefix-6rd']);?>"> |
1731 | 1731 |
<br> |
1732 |
<?=gettext("The value in this field is 6RD prefix assigned by your ISP") ?><br />
|
|
1732 |
<?=gettext("The value in this field is the 6RD IPv6 prefix assigned by your ISP. e.g. '2001:db8::/32'") ?><br />
|
|
1733 | 1733 |
</td> |
1734 | 1734 |
</tr> |
1735 | 1735 |
<tr> |
... | ... | |
1737 | 1737 |
<td width="78%" class="vtable"> |
1738 | 1738 |
<input name="gateway-6rd" type="text" class="formfld unknown" id="gateway-6rd" size="40" value="<?=htmlspecialchars($pconfig['gateway-6rd']);?>"> |
1739 | 1739 |
<br> |
1740 |
<?=gettext("The value in this field is 6RD gateway assigned by your ISP") ?><br />
|
|
1740 |
<?=gettext("The value in this field is 6RD IPv4 gateway address assigned by your ISP") ?><br />
|
|
1741 | 1741 |
</td> |
1742 | 1742 |
</tr> |
1743 | 1743 |
<tr> |
Also available in: Unified diff
Clarify the UI text with example IPv6 prefix.
Ticket #2117