/ovsdbviz

OVSDB Schema Visualization Tool

Primary LanguageGoApache License 2.0Apache-2.0

ovsdbviz

How to build and run

$ cd $GOPATH
$ go get github.com/awalterschulze/gographviz
$ cd ./src/github.com/davrodpin/ovsdbviz # you have to clone or go get it
$ go install
$ ovsdbviz -schema=./examplesvswitch.ovsschema -out=/tmp/ovsdb.dot
$ brew install graphviz
$ dot -Tpng /tmp/ovsdb.dot -o /tmp/ovsdb.png
$ open /tmp/ovsdb.png

OpenVSwitch Schema