summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-05-22 09:03:16 +0930
committerRenato Botelho <renato@netgate.com>2016-05-24 07:44:05 -0300
commitcf44fe72313cb00d76922761f75656f1d92a3ae3 (patch)
treec0c6d6fe5bedb3b89bb7beafad9b300285ebffaf /src
parent6479980110f43f17177fcbf39cad8c4d0e9bd7b1 (diff)
downloadpfsense-cf44fe72313cb00d76922761f75656f1d92a3ae3.zip
pfsense-cf44fe72313cb00d76922761f75656f1d92a3ae3.tar.gz
Fix #6381 ipv6nat_ipaddr
(cherry picked from commit f489cfdbd4705578ee290b9df5bafe86efddbca8)
Diffstat (limited to 'src')
-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