summaryrefslogtreecommitdiffstats
path: root/etc/rc.bootup
diff options
context:
space:
mode:
authorScott Ullrich <sullrich@pfsense.org>2008-08-19 23:28:38 +0000
committerScott Ullrich <sullrich@pfsense.org>2008-08-19 23:28:38 +0000
commit77a43cf0fbe03417a1de198185d83d2bcd886d2f (patch)
tree443809c73899fcb43f8a3f820d51b84dabbdeb64 /etc/rc.bootup
parent68cd47b3a61152cdcc3837dd93bc12fa3755f39d (diff)
downloadpfsense-77a43cf0fbe03417a1de198185d83d2bcd886d2f.zip
pfsense-77a43cf0fbe03417a1de198185d83d2bcd886d2f.tar.gz
Move is_wan_up() after the routing is configured.
Diffstat (limited to 'etc/rc.bootup')
-rwxr-xr-xetc/rc.bootup6
1 files changed, 3 insertions, 3 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index e4efecd..dd85522 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -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();
OpenPOWER on IntegriCloud