Move is_wan_up() after the routing is configured.

This commit is contained in:
Scott Ullrich 2008-08-19 23:28:38 +00:00
parent 68cd47b3a6
commit 77a43cf0fb

View File

@ -172,9 +172,6 @@
/* generate resolv.conf */
system_resolvconf_generate();
/* check if the wan interface is up, this might delay upto 10 seconds */
is_wan_interface_up("wan");
/* start pflog */
filter_pflog_start();
@ -211,6 +208,9 @@
/* configure console menu */
system_console_configure();
/* check if the wan interface is up, this might delay upto 10 seconds */
is_wan_interface_up("wan");
/* Sync the system time at boot before service startup */
sync_system_time();