Skip to content

Latest commit

 

History

History
16 lines (13 loc) · 454 Bytes

README.md

File metadata and controls

16 lines (13 loc) · 454 Bytes

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