mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-07-17 17:02:42 +00:00
network: Make tcfilter model as default
tcfilter requires no changes to the interface provided by the network plugin and supports a larger set of plugins. Fixes #1501 Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
d75e7fc8ca
commit
33bae7053f
2
Makefile
2
Makefile
@ -210,7 +210,7 @@ ifneq (,$(QEMUCMD))
|
|||||||
|
|
||||||
# qemu-specific options (all should be suffixed by "_QEMU")
|
# qemu-specific options (all should be suffixed by "_QEMU")
|
||||||
DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi
|
DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi
|
||||||
DEFNETWORKMODEL_QEMU := macvtap
|
DEFNETWORKMODEL_QEMU := tcfilter
|
||||||
KERNELNAME_QEMU = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
KERNELNAME_QEMU = $(call MAKE_KERNEL_NAME,$(KERNELTYPE))
|
||||||
KERNELPATH_QEMU = $(KERNELDIR)/$(KERNELNAME_QEMU)
|
KERNELPATH_QEMU = $(KERNELDIR)/$(KERNELNAME_QEMU)
|
||||||
endif
|
endif
|
||||||
|
Loading…
Reference in New Issue
Block a user