Skip to content

nxsre/ovsdbviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

OVSDB Schema Visualization Tool

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Go 100.0%