mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-27 07:48:55 +00:00
network: Set the default config to tcfilter
If the configuration for networking is missing, tcfilter will be chosen. Signed-off-by: Archana Shinde <archana.m.shinde@intel.com>
This commit is contained in:
parent
27433d9178
commit
744ccd4ed2
@ -28,7 +28,7 @@ const defaultMemSize uint32 = 2048 // MiB
|
||||
const defaultMemSlots uint32 = 10
|
||||
const defaultMemOffset uint32 = 0 // MiB
|
||||
const defaultBridgesCount uint32 = 1
|
||||
const defaultInterNetworkingModel = "macvtap"
|
||||
const defaultInterNetworkingModel = "tcfilter"
|
||||
const defaultDisableBlockDeviceUse bool = false
|
||||
const defaultBlockDeviceDriver = "virtio-scsi"
|
||||
const defaultBlockDeviceCacheSet bool = false
|
||||
|
Loading…
Reference in New Issue
Block a user