summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2016-03-08 07:30:28 -0500
committerStephen Beaver <sbeaver@netgate.com>2016-03-08 07:30:28 -0500
commitcbfbab58c432ff0b70cd8699c1e509e42adf514b (patch)
treed5fb053ebe506603be87b928ee2d433600991603 /src
parent836400cd19e4fe022cd1f8f30f42b8580db52bb4 (diff)
parent1ee6d09aa6580f5c69da1b4cd3d31b0c34fa1371 (diff)
downloadpfsense-cbfbab58c432ff0b70cd8699c1e509e42adf514b.zip
pfsense-cbfbab58c432ff0b70cd8699c1e509e42adf514b.tar.gz
Merge pull request #2715 from phil-davis/patch-5
Diffstat (limited to 'src')
-rw-r--r--src/usr/local/www/interfaces.php8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 0ff4ce2..a8a0f22 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -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);
});
OpenPOWER on IntegriCloud