summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorRenato Botelho <renato@netgate.com>2016-12-13 10:56:56 -0200
committerRenato Botelho <renato@netgate.com>2016-12-13 10:56:56 -0200
commit6371edbd5fb0c3f8706038aebd639ea0717bb82d (patch)
treefd182a35fe9983441cd3d34c3f6bf206c2b8a7e0 /src/usr
parentcd598ba9bc266f9772b2b34b4cb6a62f9332c53f (diff)
parentd59ac1d6b8e14fb12dd9705be70842a26e3a5da0 (diff)
downloadpfsense-6371edbd5fb0c3f8706038aebd639ea0717bb82d.zip
pfsense-6371edbd5fb0c3f8706038aebd639ea0717bb82d.tar.gz
Merge pull request #3275 from phil-davis/patch-9
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_dhcpv6_edit.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_edit.php b/src/usr/local/www/services_dhcpv6_edit.php
index 3882e0f..455943f 100644
--- a/src/usr/local/www/services_dhcpv6_edit.php
+++ b/src/usr/local/www/services_dhcpv6_edit.php
@@ -132,7 +132,7 @@ if ($_POST) {
if (!Net_IPv6::isInNetmask($_POST['ipaddrv6'], '::', $pdlen)) {
$input_errors[] = sprintf(gettext(
"The prefix (upper %s bits) must be zero. Use the form %s"),
- $pdlen, dhcpv6_pd_str_help($ifcfgsn));
+ $pdlen, dhcpv6_pd_str_help($ifcfgsnv6));
}
}
}
OpenPOWER on IntegriCloud