summaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorBill Marquette <billm@pfsense.org>2007-04-08 18:22:09 +0000
committerBill Marquette <billm@pfsense.org>2007-04-08 18:22:09 +0000
commit011bff69c01af1d7019596bb8f959e2d8c3e0ef2 (patch)
tree069b9676d82492039a6d5f8733cf79fd73b96820 /etc
parent530c00446d9c07e8f3490b656504aacbc44f0dfa (diff)
downloadpfsense-011bff69c01af1d7019596bb8f959e2d8c3e0ef2.zip
pfsense-011bff69c01af1d7019596bb8f959e2d8c3e0ef2.tar.gz
startup routed on boot if it's enabled
Diffstat (limited to 'etc')
-rwxr-xr-xetc/rc.bootup4
1 files changed, 4 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 0ea2602..c5a90db 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -294,6 +294,10 @@
/* startup OLSR if needed */
setup_wireless_olsr();
+ /* startup routed if needed */
+ include_once("/usr/local/pkg/routed/routed.inc");
+ setup_routed();
+
/* enable watchdog if supported */
enable_watchdog();
OpenPOWER on IntegriCloud