File tree 3 files changed +2
-4
lines changed
3 files changed +2
-4
lines changed Original file line number Diff line number Diff line change 35
35
- name : ovs-cni-plugin
36
36
image : quay.io/kubevirt/ovs-cni-plugin:latest
37
37
command : ["/bin/sh","-c"]
38
- args :
39
38
args :
40
39
- >
41
40
cp /ovs /host/opt/cni/bin/ovs &&
Original file line number Diff line number Diff line change 35
35
- name: ovs-cni-plugin
36
36
image: ${OVS_CNI_PLUGIN_IMAGE_REPO}/${OVS_CNI_PLUGIN_IMAGE_NAME}:${OVS_CNI_PLUGIN_IMAGE_VERSION}
37
37
command: ["/bin/sh","-c"]
38
- args:
39
38
args:
40
39
- >
41
40
cp /ovs /host${CNI_MOUNT_PATH}/ovs &&
Original file line number Diff line number Diff line change @@ -33,8 +33,8 @@ type NetConf struct {
33
33
VlanTag * uint `json:"vlan"`
34
34
MTU int `json:"mtu"`
35
35
Trunk []* Trunk `json:"trunk,omitempty"`
36
- DeviceID string `json:"deviceID"` // PCI address of a VF in valid sysfs format
37
- OfportRequest uint `json:"ofport_request"` // OpenFlow port number in range 1 to 65,279
36
+ DeviceID string `json:"deviceID"` // PCI address of a VF in valid sysfs format
37
+ OfportRequest uint `json:"ofport_request"` // OpenFlow port number in range 1 to 65,279
38
38
ConfigurationPath string `json:"configuration_path"`
39
39
SocketFile string `json:"socket_file"`
40
40
LinkStateCheckRetries int `json:"link_state_check_retries"`
You can’t perform that action at this time.
0 commit comments