mirror of
https://github.com/kata-containers/kata-containers.git
synced 2025-06-28 08:17:37 +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 defaultMemSlots uint32 = 10
|
||||||
const defaultMemOffset uint32 = 0 // MiB
|
const defaultMemOffset uint32 = 0 // MiB
|
||||||
const defaultBridgesCount uint32 = 1
|
const defaultBridgesCount uint32 = 1
|
||||||
const defaultInterNetworkingModel = "macvtap"
|
const defaultInterNetworkingModel = "tcfilter"
|
||||||
const defaultDisableBlockDeviceUse bool = false
|
const defaultDisableBlockDeviceUse bool = false
|
||||||
const defaultBlockDeviceDriver = "virtio-scsi"
|
const defaultBlockDeviceDriver = "virtio-scsi"
|
||||||
const defaultBlockDeviceCacheSet bool = false
|
const defaultBlockDeviceCacheSet bool = false
|
||||||
|
Loading…
Reference in New Issue
Block a user