mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-09-20 08:18:24 +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:
@@ -112,7 +112,7 @@ func (n *NetInterworkingModel) SetModel(modelName string) error {
|
|||||||
// DefaultNetInterworkingModel is a package level default
|
// DefaultNetInterworkingModel is a package level default
|
||||||
// that determines how the VM should be connected to the
|
// that determines how the VM should be connected to the
|
||||||
// the container network interface
|
// the container network interface
|
||||||
var DefaultNetInterworkingModel = NetXConnectMacVtapModel
|
var DefaultNetInterworkingModel = NetXConnectTCFilterModel
|
||||||
|
|
||||||
// Introduces constants related to networking
|
// Introduces constants related to networking
|
||||||
const (
|
const (
|
||||||
|
Reference in New Issue
Block a user