diff options
author | Ermal Luçi <eri@pfsense.org> | 2008-07-25 21:43:15 +0000 |
---|---|---|
committer | Ermal Luçi <eri@pfsense.org> | 2008-07-25 21:43:15 +0000 |
commit | f626c320a32f1b087a984bec3fc7c41766ff47c4 (patch) | |
tree | 0d0d1fee3f8744f6805f30855c1358bf3f74c608 | |
parent | 649196bdc746b075fe1e4c3061d5efacb1e644aa (diff) | |
download | pfsense-f626c320a32f1b087a984bec3fc7c41766ff47c4.zip pfsense-f626c320a32f1b087a984bec3fc7c41766ff47c4.tar.gz |
bring up laggs on bootup.
-rwxr-xr-x | etc/rc.bootup | 3 |
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(); |