Fix typo on variable name and really add custom options for dhcpdv6

This commit is contained in:
Renato Botelho 2014-02-17 12:10:07 -03:00
parent 11ad160eae
commit 547f1e6554

View File

@ -1047,7 +1047,7 @@ function services_dhcpdv6_configure() {
option domain-name "{$syscfg['domain']}";
option ldap-server code 95 = text;
option domain-search-list code 119 = text;
{$custoptions}
{$custoptionsv6}
default-lease-time 7200;
max-lease-time 86400;
log-facility local7;