ovs

package
v1.2.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: May 2, 2022 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

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

func CheckGroupExists(t *testing.T, ovsCtlClient ovsctl.OVSCtlClient, groupID binding.GroupIDType, groupType string, buckets []string, expectExists bool)

func DeleteOVSBridge

func DeleteOVSBridge(brName string) error

func OfCtlDumpGroups

func OfCtlDumpGroups(ovsCtlClient ovsctl.OVSCtlClient) ([][]string, error)

func OfctlDeleteFlows

func OfctlDeleteFlows(ovsCtlClient ovsctl.OVSCtlClient) error

func OfctlDumpFlows

func OfctlDumpFlows(ovsCtlClient ovsctl.OVSCtlClient, args ...string) ([]string, error)

func OfctlDumpTableFlows

func OfctlDumpTableFlows(ovsCtlClient ovsctl.OVSCtlClient, table uint8) ([]string, error)

func OfctlFlowMatch

func OfctlFlowMatch(flowList []string, tableID uint8, flow *ExpectFlow) bool

func PrepareOVSBridge

func PrepareOVSBridge(brName string) error

Types

type ExpectFlow

type ExpectFlow struct {
	MatchStr string
	ActStr   string
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL