Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CachedNetConf ¶
CachedNetConf containing NetConfig and original smartnic vf interface name (set only in case of ovs hareware offload scenario). this is intended to be used only for storing and retrieving config to/from a data store (example file cache).
type NetConf ¶
type NetConf struct { types.NetConf BrName string `json:"bridge,omitempty"` VlanTag *uint `json:"vlan"` MTU int `json:"mtu"` Trunk []*Trunk `json:"trunk,omitempty"` DeviceID string `json:"deviceID"` // PCI address of a VF in valid sysfs format ConfigurationPath string `json:"configuration_path"` SocketFile string `json:"socket_file"` LinkStateCheckRetries int `json:"link_state_check_retries"` LinkStateCheckInterval int `json:"link_state_check_interval"` }
NetConf extends types.NetConf for ovs-cni
Click to show internal directories.
Click to hide internal directories.