digitalocean / go-openvswitch

Go packages which enable interacting with Open vSwitch and related tools. Apache 2.0 Licensed.
Other
295 stars 95 forks source link

go-openvswitch: add set-controller and SetSSLParam function #43

Closed mregmi closed 6 years ago

mregmi commented 6 years ago

Add the ovs-ofctl set-controller command which is used to set the ovn controller address. ovs-ofctl can use this address to communicate with ovs. Also add SetSSLParam which is used to se the necessary SSL parameters like keys and certs.

mdlayher commented 6 years ago

Needs unit tests.