IPv6 corrections

This commit is contained in:
bergware
2025-01-17 23:16:45 +01:00
parent 8bf934c988
commit fb5ec8f6c1
2 changed files with 8 additions and 0 deletions

View File

@@ -776,6 +776,8 @@ _(IPv6 default gateway)_:
:eth_ipv6_default_gateway_help:
</div>
<div markdown="1" class="priv-ipv6-eth0-<?=$i?> hide">
_(IPv6 privacy extensions)_:
: <select name="PRIVACY6:<?=$i?>">
<?=mk_option(_var($eth0,"PRIVACY6:$i"), "0", _("Disabled"))?>
@@ -864,6 +866,8 @@ _(IPv6 default gateway)_:
: <input type="text" name="GATEWAY6:INDEX" maxlength="39" autocomplete="off" spellcheck="false" value="<?=_var($eth0,"GATEWAY6:INDEX")?>" pattern="<?=$validIP6?>" title="_(IPv6 address nnnn:xxxx::yyyy)_">
<input type="text" name="METRIC6:INDEX" min="1" max="9999" autocomplete="off" spellcheck="false" value="<?=_var($eth0,"METRIC6:INDEX")?>" class="slim"><i class="fa fa-sort-numeric-asc"></i> *_(optional metric (lowest is preferred, 0 is no default gateway))_*
</div>
<div markdown="1" class="priv-ipv6-eth0-INDEX hide">
_(IPv6 privacy extensions)_:
: <select name="PRIVACY6:INDEX">
<?=mk_option(_var($eth0,'PRIVACY6:INDEX'), "0", _("Disabled"))?>

View File

@@ -340,6 +340,8 @@ _(IPv6 default gateway)_:
:eth_ipv6_default_gateway_help:
</div>
<div markdown="1" class="priv-ipv6-ethX-<?=$i?> hide">
_(IPv6 privacy extensions)_:
: <select name="PRIVACY6:<?=$i?>">
<?=mk_option(_var($ethX,"PRIVACY6:$i"), "0", _("Disabled"))?>
@@ -429,6 +431,8 @@ _(IPv6 default gateway)_:
: <input type="text" name="GATEWAY6:INDEX" maxlength="39" autocomplete="off" spellcheck="false" value="<?=_var($ethX,"GATEWAY6:INDEX")?>" pattern="<?=$validIP6?>" title="_(IPv6 address nnnn:xxxx::yyyy)_">
<input type="text" name="METRIC6:INDEX" min="1" max="9999" autocomplete="off" spellcheck="false" value="<?=_var($ethX,"METRIC6:INDEX")?>" class="slim"><i class="fa fa-sort-numeric-asc"></i> *_(optional metric (lowest is preferred, 0 is no default gateway))_*
</div>
<div markdown="1" class="priv-ipv6-ethX-INDEX hide">
_(IPv6 privacy extensions)_:
: <select name="PRIVACY6:INDEX">
<?=mk_option(_var($ethX,'PRIVACY6:INDEX'), "0", _("Disabled"))?>