mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-15 17:14:46 +00:00
dhcp: remove ::/64 magic as it uses AdvRouterAddr yes
We should restart when we need to these days, it messes with virtual IP additions and it also breaks hashing for configuration changes indicating there is no shift in prefix.
This commit is contained in:
parent
3cb2dd7669
commit
165327ba72
@ -456,8 +456,6 @@ function dhcpd_radvd_configure($verbose = false, $blacklist = [])
|
||||
if ($autotype == 'slaac') {
|
||||
/* XXX this may be incorrect and needs an override or revisit */
|
||||
$networkv6 = '2000::/64';
|
||||
} elseif (!is_subnetv6($networkv6)) {
|
||||
$networkv6 = '::/64';
|
||||
}
|
||||
|
||||
if (!empty(service_by_filter(['dns_ports' => '53']))) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user