summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-05-24 07:43:42 -0300
committerRenato Botelho <renato@netgate.com>2016-05-24 07:43:42 -0300
commiteb8704b118a826bf133ef0a9e66c5bb7fae97a92 (patch)
tree82ad147852f2f320de8ad85bf5d5169022d6e2c5
parent14e2a0040cfcb3c81967844722dc124d4c095446 (diff)
parentf489cfdbd4705578ee290b9df5bafe86efddbca8 (diff)
downloadpfsense-eb8704b118a826bf133ef0a9e66c5bb7fae97a92.zip
pfsense-eb8704b118a826bf133ef0a9e66c5bb7fae97a92.tar.gz
Merge pull request #2976 from phil-davis/patch-2
-rw-r--r--src/usr/local/www/system_advanced_network.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/system_advanced_network.php b/src/usr/local/www/system_advanced_network.php
index 751a0d3..b7aaaaf 100644
--- a/src/usr/local/www/system_advanced_network.php
+++ b/src/usr/local/www/system_advanced_network.php
@@ -95,7 +95,7 @@ if ($_POST) {
if ($_POST['ipv6nat_enable'] == "yes") {
$config['diag']['ipv6nat']['enable'] = true;
- $config['diag']['ipv6nat']['ipaddr'] = $_POST['ip-address'];
+ $config['diag']['ipv6nat']['ipaddr'] = $_POST['ipv6nat_ipaddr'];
} else {
if ($config['diag']) {
if ($config['diag']['ipv6nat']) {
OpenPOWER on IntegriCloud