mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-13 08:09:41 +00:00
dhcp: forgot 'inet6' selector
This commit is contained in:
parent
ace962a6ff
commit
77f9b43234
@ -1443,7 +1443,7 @@ EOD;
|
||||
|
||||
list ($ifcfgipv6, $networkv6) = interfaces_primary_address6($dhcpv6if, $ifconfig_details);
|
||||
if (!is_ipaddrv6($ifcfgipv6) || !is_subnetv6($networkv6)) {
|
||||
$realif = get_real_interface($dhcpv6if);
|
||||
$realif = get_real_interface($dhcpv6if, 'inet6');
|
||||
log_msg("dhcpd_dhcp6_configure() found no suitable IPv6 address on {$dhcpv6if}({$realif})", LOG_WARNING);
|
||||
continue;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user