Services: Dnsmasq - no_dhcp_interface has moved to dhcp.no_interface .

This commit is contained in:
Ad Schellevis 2025-03-10 09:36:58 +01:00
parent d7d45dc051
commit e714342463

View File

@ -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) {