mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Fix typo on variable name and really add custom options for dhcpdv6
This commit is contained in:
parent
11ad160eae
commit
547f1e6554
@ -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;
|
||||
|
||||
Loading…
Reference in New Issue
Block a user