An OVSDB Library written in Go
OVSDB is the Open vSwitch Database Protocol. It's defined in RFC 7047 It's used mainly for managing the configuration of Open vSwitch, but it could also be used to manage your stamp collection. Philatelists Rejoice!
## Build the lib
We assume you already installed golang and dep. If not check the below links for more info
- install golang https://golang.org/doc/install
- install dep https://github.com/golang/dep/blob/master/docs/installation.md
Run the libovsdb/build.sh script to build the libovsdb. The libovsdb binary will be under the $GOPATH/bin direcroty Run the libovsdb/ovsDriver/build.sh script to build the libovsdb. The ovsDriver binary will be under the $GOPATH/bin direcroty
ovsDriver is a good example on how to use the libovsdb.