summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorErmal Luçi <eri@pfsense.org>2008-07-25 21:43:15 +0000
committerErmal Luçi <eri@pfsense.org>2008-07-25 21:43:15 +0000
commitf626c320a32f1b087a984bec3fc7c41766ff47c4 (patch)
tree0d0d1fee3f8744f6805f30855c1358bf3f74c608
parent649196bdc746b075fe1e4c3061d5efacb1e644aa (diff)
downloadpfsense-f626c320a32f1b087a984bec3fc7c41766ff47c4.zip
pfsense-f626c320a32f1b087a984bec3fc7c41766ff47c4.tar.gz
bring up laggs on bootup.
-rwxr-xr-xetc/rc.bootup3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/rc.bootup b/etc/rc.bootup
index 8410812..eb98118 100755
--- a/etc/rc.bootup
+++ b/etc/rc.bootup
@@ -154,6 +154,9 @@
/* set up GIF virtual interfaces */
interfaces_gif_configure();
+
+ /* set up LAGG virtual interfaces */
+ interfaces_lagg_configure();
/* set up BRIDGe virtual interfaces */
interfaces_bridge_configure();
OpenPOWER on IntegriCloud