Skip to content
This repository has been archived by the owner on May 12, 2021. It is now read-only.

Commit

Permalink
network: Set the default config to tcfilter
Browse files Browse the repository at this point in the history
If the configuration for networking is missing, tcfilter
will be chosen.

Signed-off-by: Archana Shinde <[email protected]>
  • Loading branch information
amshinde committed Nov 11, 2019
1 parent 27433d9 commit 744ccd4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/katautils/config-settings.go
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 744ccd4

Please sign in to comment.