Versions in this module Expand all Collapse all v0 v0.6.0 Apr 30, 2020 Changes in this version + func NewClient(bridge string) *ofctlClient + type OfctlClient interface + DumpFlows func(args ...string) ([]string, error) + DumpGroups func(args ...string) ([][]string, error) + DumpMatchedFlow func(matchStr string) (string, error) + DumpTableFlows func(table uint8) ([]string, error) + RunOfctlCmd func(cmd string, args ...string) ([]byte, error)