go-openvswitch
go-openvswitch copied to clipboard
Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Greetings, while using this library we found that the parsing of the ovs dumpPorts breaks when ovs has a lot of ports because the dumpPortsPrefix "OFPST_PORT reply" can be shown...
Operation like: `List` `GetByID` `GetByName`. details include basic info, stats. #110
Original requirement: fetch vport stats like `rx_packets` `tx_packets` etc.
```` Port "vx-100650119" Interface "vx-100650119" type: vxlan options: {df_default="false", dst_port="4789", key=flow, remote_ip="100.65.0.119"} ````
'ovs-ofctl add-group' is not supported yet. Are there any plans to add the support ? Some advanced features are dependent on Group table for example load-balancing.
The ovs-vsctl is able to set a lot of options for the port, such as tos、dst_port and so on. Maybe can extend the InterfaceOptions by adding "Options" ([]string) field for...