mirror of
https://github.com/lucaspalomodevelop/opnsense-core.git
synced 2026-03-13 00:07:27 +00:00
Services: Dnsmasq - no_dhcp_interface has moved to dhcp.no_interface .
This commit is contained in:
parent
d7d45dc051
commit
e714342463
@ -192,7 +192,7 @@ class Dnsmasq extends BaseModel
|
||||
$result = [];
|
||||
if (!empty($this->dhcp_ranges->iterateItems()->current())) {
|
||||
$exclude = [];
|
||||
foreach (explode(',', $this->no_dhcp_interface) as $item) {
|
||||
foreach (explode(',', $this->dhcp->no_interface) as $item) {
|
||||
$exclude[] = $item;
|
||||
}
|
||||
foreach (explode(',', $this->interface) as $item) {
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user