mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Catch up with code change. Pointy-hat: myself
This commit is contained in:
parent
029b377a54
commit
ab873ccddf
@ -1083,7 +1083,7 @@ function is_dhcpv6_server_enabled() {
|
||||
return false;
|
||||
|
||||
foreach ($config['dhcpdv6'] as $dhcpv6if => $dhcpv6ifconf) {
|
||||
if (isset($dhcpv6ifconf['enable']) && isset($Iflist[$dhcpv6if]))
|
||||
if (isset($dhcpv6ifconf['enable']) && !empty($config['interfaces'][$dhcpv6if]))
|
||||
return true;
|
||||
}
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user