Documentation ¶
Index ¶
- func CheckFlowExists(t *testing.T, br string, tableID uint8, exist bool, flows []*ExpectFlow) []string
- func DeleteOVSBridge(brName string) error
- func OfctlDeleteFlows(brName string) error
- func OfctlDumpFlows(brName string, args ...string) ([]string, error)
- func OfctlDumpTableFlows(brName string, 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 DeleteOVSBridge ¶
func OfctlDeleteFlows ¶ added in v0.3.0
func OfctlDumpTableFlows ¶ added in v0.3.0
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.