mirror of
https://github.com/lucaspalomodevelop/core.git
synced 2026-03-20 11:26:13 +00:00
interfaces: since a while dhcp6usev4iface works on stativ6 and slaac
This commit is contained in:
parent
d1f2ca8649
commit
727f521940
@ -4053,7 +4053,7 @@ function get_interface_ipv6($interface = 'wan')
|
||||
case 'l2tp':
|
||||
case 'pptp':
|
||||
case 'ppp':
|
||||
if ($config['interfaces'][$interface]['ipaddrv6'] == 'dhcp6') {
|
||||
if (in_array($config['interfaces'][$interface]['ipaddrv6'], array('dhcp6', 'slaac', 'staticv6'))) {
|
||||
$realif = get_real_interface($interface, 'inet6');
|
||||
}
|
||||
break;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user