From f626c320a32f1b087a984bec3fc7c41766ff47c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ermal=20Lu=C3=A7i?= Date: Fri, 25 Jul 2008 21:43:15 +0000 Subject: bring up laggs on bootup. --- etc/rc.bootup | 3 +++ 1 file changed, 3 insertions(+) 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(); -- cgit v1.1