Skip to content

Commit

Permalink
Merge pull request #3758 from karmab/vhost_net_support
Browse files Browse the repository at this point in the history
Enable tap and vhost-net in minikube iso
  • Loading branch information
tstromberg authored Mar 6, 2019
2 parents bbdd629 + 46492b5 commit cc71bf9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions deploy/iso/minikube-iso/board/coreos/minikube/linux_defconfig
Original file line number Diff line number Diff line change
Expand Up @@ -339,6 +339,7 @@ CONFIG_IPVLAN=m
CONFIG_VXLAN=y
CONFIG_NETCONSOLE=y
CONFIG_TUN=y
CONFIG_TAP=y
CONFIG_VETH=y
CONFIG_VIRTIO_NET=y
CONFIG_AMD8111_ETH=m
Expand Down Expand Up @@ -500,4 +501,6 @@ CONFIG_CRYPTO_USER_API_HASH=y
CONFIG_KVM=m
CONFIG_KVM_INTEL=m
CONFIG_KVM_AMD=m
CONFIG_VHOST_NET=m
CONFIG_VHOST=m
CONFIG_VHOST_VSOCK=m

0 comments on commit cc71bf9

Please sign in to comment.