mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Merge pull request #2715 from phil-davis/patch-5
This commit is contained in:
commit
cbfbab58c4
@ -2454,14 +2454,14 @@ if ($pconfig['track6-prefix-id'] == "") {
|
||||
}
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'track6-prefix-id--hex' . $iface,
|
||||
'track6-prefix-id--hex',
|
||||
'IPv6 Prefix ID',
|
||||
'text',
|
||||
sprintf("%x", $pconfig['track6-prefix-id'])
|
||||
))->setHelp('<span id="track6-prefix-id-range"></span>The value in this field is the (Delegated) IPv6 prefix ID. This determines the configurable network ID based on the dynamic IPv6 connection. The default value is 0.');
|
||||
|
||||
$section->addInput(new Form_Input(
|
||||
'track6-prefix-id-max' . $iface,
|
||||
'track6-prefix-id-max',
|
||||
null,
|
||||
'hidden',
|
||||
0
|
||||
@ -3622,6 +3622,10 @@ events.push(function() {
|
||||
updateTypeSix(this.value);
|
||||
});
|
||||
|
||||
$('#track6-interface').on('change', function() {
|
||||
update_track6_prefix();
|
||||
});
|
||||
|
||||
$('#pppoe-reset-type').on('change', function() {
|
||||
show_reset_settings(this.value);
|
||||
});
|
||||
|
||||
Loading…
Reference in New Issue
Block a user