summaryrefslogtreecommitdiffstats
path: root/src/usr/local/www/interfaces.php
diff options
context:
space:
mode:
authorStephen Beaver <sbeaver@netgate.com>2015-10-06 14:55:09 -0400
committerStephen Beaver <sbeaver@netgate.com>2015-10-06 14:55:09 -0400
commit4dda31742eebc51977113f5d57781c943cbd0543 (patch)
tree76f7f96607800e88f8926e2d2b4509f33fa519af /src/usr/local/www/interfaces.php
parent214e79b0bd59f31996aefedc5d9490d08dad9111 (diff)
downloadpfsense-4dda31742eebc51977113f5d57781c943cbd0543.zip
pfsense-4dda31742eebc51977113f5d57781c943cbd0543.tar.gz
Fixed #5266
Diffstat (limited to 'src/usr/local/www/interfaces.php')
-rw-r--r--src/usr/local/www/interfaces.php12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/usr/local/www/interfaces.php b/src/usr/local/www/interfaces.php
index 899daae..118402a 100644
--- a/src/usr/local/www/interfaces.php
+++ b/src/usr/local/www/interfaces.php
@@ -1973,12 +1973,12 @@ $modal->addInput(new Form_Input(
'name6',
'Gateway name',
'text',
- $wancfg['descr'] . "GW"
+ $wancfg['descr'] . "GWv6"
));
$modal->addInput(new Form_IpAddress(
'gatewayip6',
- 'Gateway IPv4',
+ 'Gateway IPv6',
null
));
@@ -3480,11 +3480,11 @@ events.push(function(){
function hide_add_gatewaysave_v6() {
var iface = $('#if').val();
- name = $('#namev6').val();
- var descr = $('#gatewaydescrv6').val();
- gatewayip = $('#gatewayipv6').val();
+ name = $('#name6').val();
+ var descr = $('#gatewaydescr6').val();
+ gatewayip = $('#gatewayip6').val();
var defaultgw = '';
- if ($('#defaultgwv6').is(':checked')) {
+ if ($('#defaultgw6').is(':checked')) {
defaultgw = '&defaultgw=on';
}
var url_v6 = "system_gateways_edit.php";
OpenPOWER on IntegriCloud