network: Change the package level network default

Change the package level default network model to tcfilter.

Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
Archana Shinde 2019-04-12 11:43:20 -07:00
parent 33bae7053f
commit 385268226f

View File

@ -112,7 +112,7 @@ func (n *NetInterworkingModel) SetModel(modelName string) error {
// DefaultNetInterworkingModel is a package level default
// that determines how the VM should be connected to the
// the container network interface
var DefaultNetInterworkingModel = NetXConnectMacVtapModel
var DefaultNetInterworkingModel = NetXConnectTCFilterModel
// Introduces constants related to networking
const (