mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-16 01:24:38 +00:00
dhcp: also hand out domain override in v6
This commit is contained in:
parent
b9820b0966
commit
bdb0fac62c
@ -1264,6 +1264,10 @@ EOD;
|
||||
$dhcpdv6conf .= " option root-path \"{$sm['rootpath']}\";\n";
|
||||
}
|
||||
|
||||
if (!empty($sm['domain']) && ($sm['domain'] != $dhcpv6ifconf['domain'])) {
|
||||
$dhcpdv6conf .= " option domain-name \"{$sm['domain']}\";\n";
|
||||
}
|
||||
|
||||
$dhcpdv6conf .= "}\n";
|
||||
$i++;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user