mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-29 16:57:18 +00:00
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:
parent
33bae7053f
commit
385268226f
@ -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 (
|
||||
|
Loading…
Reference in New Issue
Block a user