Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type NetConf ¶
type NetConf struct { types.NetConf ServerSocket string `json:"server_socket"` Provider string `json:"provider"` Routes []request.Route `json:"routes"` IPAM *IPAMConf `json:"ipam"` // PciAddrs in case of using sriov DeviceID string `json:"deviceID"` VfDriver string `json:"vf_driver"` // for dpdk VhostUserSocketVolumeName string `json:"vhost_user_socket_volume_name"` VhostUserSocketName string `json:"vhost_user_socket_name"` }
Click to show internal directories.
Click to hide internal directories.