LAGG(4): Enable and test

This commit is contained in:
Sebastian Huber
2015-03-30 23:01:09 +02:00
parent 012c263eb1
commit 49b9c5e2df
6 changed files with 116 additions and 0 deletions

View File

@@ -70,6 +70,7 @@ rtems_task Init(
#include <machine/rtems-bsd-sysinit.h>
SYSINIT_NEED_NET_PF_UNIX;
SYSINIT_NEED_NET_IF_LAGG;
SYSINIT_NEED_NET_IF_VLAN;
#define CONFIGURE_APPLICATION_NEEDS_CLOCK_DRIVER

View File

@@ -280,6 +280,7 @@ Init(rtems_task_argument arg)
#include <machine/rtems-bsd-sysinit.h>
SYSINIT_NEED_NET_PF_UNIX;
SYSINIT_NEED_NET_IF_LAGG;
SYSINIT_NEED_NET_IF_VLAN;
#include <bsp/nexus-devices.h>