Revision f968d06d
Added by Phil Davis over 8 years ago
src/usr/local/www/services_dhcpv6.php | ||
---|---|---|
786 | 786 |
$section->addInput(new Form_IpAddress( |
787 | 787 |
'ddnsdomainprimary', |
788 | 788 |
'DDNS Server IP', |
789 |
$pconfig['ddnsdomainprimary'] |
|
790 |
))->setHelp('Enter the primary domain name server IP address for the dynamic domain name.'); |
|
789 |
$pconfig['ddnsdomainprimary'], |
|
790 |
'V4' |
|
791 |
))->setHelp('Enter the primary domain name server IPv4 address for the dynamic domain name.'); |
|
791 | 792 |
|
792 | 793 |
$section->addInput(new Form_Input( |
793 | 794 |
'ddnsdomainkeyname', |
Also available in: Unified diff
DHCPv6 ddnsdomainprimary must currently be IPv4
This field is currently validated to allow only an IPv4 address to be entered, so it may as well be consistent client-side so the user knows that only an IPv4 address is allowed.
(cherry picked from commit ff3d11c85450284d8949234f90af7a6c6681199e)