mirror of
https://github.com/pfsense/pfsense.git
synced 2025-10-26 11:38:35 +00:00
Re-create the hosts file on bootup after configuring all the interfaces. Ticket #567
This commit is contained in:
parent
7f039071e5
commit
4994b350e8
@ -205,6 +205,9 @@ interfaces_configure();
|
||||
if(!$debugging)
|
||||
unmute_kernel_msgs();
|
||||
|
||||
/* re-make hosts file after configuring interfaces */
|
||||
system_hosts_generate();
|
||||
|
||||
/* generate resolv.conf */
|
||||
system_resolvconf_generate();
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user