Quote from: franco on September 15, 2025, 08:25:20 AMChecked this out.. the code is pretty simple: test if DHCP server is enabled and see if the interface it references does exist in the config (even if disabled). So this may be an older bug pertaining to a different interface from the past.Thanks.
I'd suggest flushing the configuration here which seems to be the quickest road to success:
# pluginctl -g dhcpd
(will show and ask to confirm the deletion of the ISC DHCPv4 configuration, also creates a backup just in case)
Cheers,
Franco
I ran the command and it printed the dhcp-settings, but didn“t ask anything and ISC is still visible as a stopped service.
After that I took a look at the code and ran it with '-f' and that worked.