Project

General

Profile

« Previous | Next » 

Revision a2dea93a

Added by Phil Davis over 8 years ago

DHCPv6 Relay Form_IpAddress is V6
(cherry picked from commit 3cb06e5ffaa4d101267825715e777ace1fa30f41)

View differences:

src/usr/local/www/services_dhcpv6_relay.php
207 207
	$group->add(new Form_IpAddress(
208 208
		'server',
209 209
		'Destination server',
210
		$value
210
		$value,
211
		'V6'
211 212
	))->setWidth(4)
212 213
	  ->setHelp('This is the IPv6 address of the server to which DHCPv6 requests are relayed.')
213 214
	  ->setIsRepeated();

Also available in: Unified diff