Skip to content

Latest commit

 

History

History
25 lines (17 loc) · 880 Bytes

README.md

File metadata and controls

25 lines (17 loc) · 880 Bytes

libovsdb

An OVSDB Library written in Go

What is OVSDB?

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

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

ovsDriver is a good example on how to use the libovsdb.