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
parent
6a0406611e
commit
4792a62bc8
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue