summaryrefslogtreecommitdiffstats
path: root/src/usr
diff options
context:
space:
mode:
authorPhil Davis <phil.davis@inf.org>2016-12-13 11:28:52 +0545
committerGitHub <noreply@github.com>2016-12-13 11:28:52 +0545
commit3cb06e5ffaa4d101267825715e777ace1fa30f41 (patch)
tree6b6cf0ff0eb0658200e03f4bd058600f9052b945 /src/usr
parent03444470be5c4c2d713873342acb04793c2aa561 (diff)
downloadpfsense-3cb06e5ffaa4d101267825715e777ace1fa30f41.zip
pfsense-3cb06e5ffaa4d101267825715e777ace1fa30f41.tar.gz
DHCPv6 Relay Form_IpAddress is V6
Diffstat (limited to 'src/usr')
-rw-r--r--src/usr/local/www/services_dhcpv6_relay.php3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/usr/local/www/services_dhcpv6_relay.php b/src/usr/local/www/services_dhcpv6_relay.php
index 2fd3bbe..b6f1964 100644
--- a/src/usr/local/www/services_dhcpv6_relay.php
+++ b/src/usr/local/www/services_dhcpv6_relay.php
@@ -175,7 +175,8 @@ function createDestinationServerInputGroup($value = null) {
$group->add(new Form_IpAddress(
'server',
'Destination server',
- $value
+ $value,
+ 'V6'
))->setWidth(4)
->setHelp('This is the IPv6 address of the server to which DHCPv6 requests are relayed.')
->setIsRepeated();
OpenPOWER on IntegriCloud