vandewilly / libovsdb

An OVSDB Client Library written in Golang

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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!

## Running the tests

To run integration tests, you'll need access to docker to run an Open vSwitch container. Mac users can use boot2docker

    make

About

An OVSDB Client Library written in Golang

License:Apache License 2.0


Languages

Language:Go 96.9%Language:Makefile 2.9%Language:Dockerfile 0.2%