Documentation ¶
Index ¶
- func FindInterfacesWithPredicate(ovsClient libovsdbclient.Client, p interfacePredicate) ([]*vswitchd.Interface, error)
- func GetOpenvSwitch(ovsClient libovsdbclient.Client) (*vswitchd.OpenvSwitch, error)
- func ListBridges(ovsClient libovsdbclient.Client) ([]*vswitchd.Bridge, error)
- func ListInterfaces(ovsClient libovsdbclient.Client) ([]*vswitchd.Interface, error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FindInterfacesWithPredicate ¶
func FindInterfacesWithPredicate(ovsClient libovsdbclient.Client, p interfacePredicate) ([]*vswitchd.Interface, error)
FindInterfacesWithPredicate returns all the ovs interfaces in the cache that matches the lookup function
func GetOpenvSwitch ¶
func GetOpenvSwitch(ovsClient libovsdbclient.Client) (*vswitchd.OpenvSwitch, error)
Get OpenvSwitch entry from the cache
func ListBridges ¶
func ListBridges(ovsClient libovsdbclient.Client) ([]*vswitchd.Bridge, error)
ListBridges looks up all ovs bridges from the cache
func ListInterfaces ¶
func ListInterfaces(ovsClient libovsdbclient.Client) ([]*vswitchd.Interface, error)
ListInterfaces looks up all ovs interfaces from the cache
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.