Enable ipvlan kernel module

This makes it possible to use ipvlan CNI plugins in minikube.

Signed-off-by: Martynas Pumputis <m@lambda.lt>
pull/3510/head
Martynas Pumputis 2019-01-07 16:11:26 +01:00 committed by Martynas Pumputis
parent 6a0406611e
commit 4792a62bc8
1 changed files with 1 additions and 0 deletions

View File

@ -319,6 +319,7 @@ CONFIG_NETDEVICES=y
CONFIG_DUMMY=m
CONFIG_MACVLAN=y
CONFIG_MACVTAP=y
CONFIG_IPVLAN=m
CONFIG_VXLAN=y
CONFIG_NETCONSOLE=y
CONFIG_TUN=y