mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Start DHCPD before DNSMASQ to avoid this error on embedded:
This commit is contained in:
parent
48f60858d7
commit
c71e7398c8
@ -218,6 +218,9 @@
|
||||
/* configure console menu */
|
||||
system_console_configure();
|
||||
|
||||
/* start DHCP service */
|
||||
services_dhcpd_configure();
|
||||
|
||||
/* start dnsmasq service */
|
||||
services_dnsmasq_configure();
|
||||
|
||||
@ -228,9 +231,6 @@
|
||||
if (is_ipaddr($config['interfaces']['wan']['ipaddr']))
|
||||
services_dnsupdate_process();
|
||||
|
||||
/* start DHCP service */
|
||||
services_dhcpd_configure();
|
||||
|
||||
/* start DHCP relay */
|
||||
services_dhcrelay_configure();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user