From 33bae7053f4383a55f6bdb3346fabf9c8a8258c6 Mon Sep 17 00:00:00 2001 From: Archana Shinde Date: Mon, 8 Apr 2019 12:04:11 -0700 Subject: [PATCH] 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 --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 0f802e3fb..072aca548 100644 --- a/Makefile +++ b/Makefile @@ -210,7 +210,7 @@ ifneq (,$(QEMUCMD)) # qemu-specific options (all should be suffixed by "_QEMU") DEFBLOCKSTORAGEDRIVER_QEMU := virtio-scsi - DEFNETWORKMODEL_QEMU := macvtap + DEFNETWORKMODEL_QEMU := tcfilter KERNELNAME_QEMU = $(call MAKE_KERNEL_NAME,$(KERNELTYPE)) KERNELPATH_QEMU = $(KERNELDIR)/$(KERNELNAME_QEMU) endif