mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Unset dhcpdv6 on LAN here as well. Ticket #6152
This commit is contained in:
parent
71d994e4a0
commit
e0d4d773cb
@ -362,6 +362,9 @@ EOD;
|
||||
if (isset($config['dhcpd']['lan'])) {
|
||||
unset($config['dhcpd']['lan']);
|
||||
}
|
||||
if (isset($config['dhcpdv6']['lan'])) {
|
||||
unset($config['dhcpdv6']['lan']);
|
||||
}
|
||||
if (isset($config['interfaces']['lan']['if'])) {
|
||||
unset($config['interfaces']['lan']['if']);
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user