Skip to content

Commit

Permalink
network: Make tcfilter model as default
Browse files Browse the repository at this point in the history
tcfilter requires no changes to the interface provided by the network
plugin and supports a larger set of plugins.

Fixes kata-containers#1501

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
  • Loading branch information
amshinde authored and Eric Ernst committed Apr 17, 2019
1 parent be664a4 commit 4c764f3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -213,7 +213,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
Expand Down

0 comments on commit 4c764f3

Please sign in to comment.