]> git.ipfire.org Git - thirdparty/dracut.git/commitdiff
TEST-70-BONDBRIDGETEAMVLAN: load vlan kernel modules
authorHarald Hoyer <harald@redhat.com>
Tue, 14 Aug 2018 11:57:15 +0000 (13:57 +0200)
committerHarald Hoyer <harald@redhat.com>
Tue, 14 Aug 2018 11:57:15 +0000 (13:57 +0200)
test/TEST-70-BONDBRIDGETEAMVLAN/server-init.sh

index 503ed9edd768cf207000a58f9a5d92c6bf4d39d6..b9f01c9b6a25b4994ab52c9408c488fdc9e31715 100755 (executable)
@@ -49,7 +49,7 @@ linkup() {
      && wait_for_if_up $1 2>/dev/null
 }
 
-modprobe -b -q 8021q
+modprobe --all -b -q 8021q ipvlan macvlan
 >/dev/watchdog
 ip addr add 127.0.0.1/8 dev lo
 linkup lo