Documentation ¶
Index ¶
- func CheckFlowExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, tableID uint8, exist bool, ...) []string
- func CheckGroupExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, groupID binding.GroupIDType, ...)
- func DeleteOVSBridge(brName string) error
- func OfctlDeleteFlows(ovsCtlClient ovsctl.OVSCtlClient) error
- func OfctlDumpFlows(ovsCtlClient ovsctl.OVSCtlClient, args ...string) ([]string, error)
- func OfctlDumpTableFlows(ovsCtlClient ovsctl.OVSCtlClient, table uint8) ([]string, error)
- func OfctlFlowMatch(flowList []string, tableID uint8, flow *ExpectFlow) bool
- func PrepareOVSBridge(brName string) error
- type ExpectFlow
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CheckFlowExists ¶
func CheckFlowExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, tableID uint8, exist bool, flows []*ExpectFlow) []string
func CheckGroupExists ¶ added in v0.6.0
func CheckGroupExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, groupID binding.GroupIDType, groupType string, buckets []string, expectExists bool)
func DeleteOVSBridge ¶
func OfctlDeleteFlows ¶ added in v0.3.0
func OfctlDeleteFlows(ovsCtlClient ovsctl.OVSCtlClient) error
func OfctlDumpFlows ¶
func OfctlDumpFlows(ovsCtlClient ovsctl.OVSCtlClient, args ...string) ([]string, error)
func OfctlDumpTableFlows ¶ added in v0.3.0
func OfctlDumpTableFlows(ovsCtlClient ovsctl.OVSCtlClient, table uint8) ([]string, error)
func OfctlFlowMatch ¶
func OfctlFlowMatch(flowList []string, tableID uint8, flow *ExpectFlow) bool
func PrepareOVSBridge ¶
Types ¶
type ExpectFlow ¶
Click to show internal directories.
Click to hide internal directories.