mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-17 01:54:49 +00:00
dhcp: fix ddns IPv6; close #2975
This commit is contained in:
parent
813595af4f
commit
9f78f4d98e
@ -1422,6 +1422,8 @@ EOD;
|
||||
$newzone['dns-servers'] = array($dhcpv6ifconf['ddnsdomainprimary']);
|
||||
$newzone['ddnsdomainkeyname'] = $dhcpv6ifconf['ddnsdomainkeyname'];
|
||||
$newzone['ddnsdomainkey'] = $dhcpv6ifconf['ddnsdomainkey'];
|
||||
/* XXX not implemented for IPv6 */
|
||||
$newzone['ddnsdomainalgorithm'] = 'hmac-md5';
|
||||
$ddns_zones[] = $newzone;
|
||||
}
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user