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

@@ -102,6 +102,9 @@
#define SYSINIT_NEED_NET_IF_DC \
SYSINIT_DRIVER_REFERENCE(dc, pci)
#define SYSINIT_NEED_NET_IF_LAGG \
SYSINIT_MODULE_REFERENCE(if_lagg)
#define SYSINIT_NEED_NET_IF_VLAN \
SYSINIT_MODULE_REFERENCE(if_vlan)