Skip to content

halfcrazy/ovsdbviz

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ovsdbviz

How to run

$ GOBIN=`pwd` go install github.com/halfcrazy/ovsdbviz@latest
$ ./ovsdbviz --schema ./examplesvswitch.ovsschema --out ./ovsdb1.dot
$ ./ovsdbviz --db OVN_Northbound --address 192.168.1.1:6641 --out ./ovsdb2.dot
$ yum install graphviz
$ dot -Tpng ./ovsdb.dot -o ./ovsdb.png
$ open ./ovsdb.png

vswitch

ovs vswitch Schema

vtep

ovs vtep Schema

nb

ovn nb Schema

sb

ovn sb Schema

ic-nb

ovn ic nb Schema

ic-sb

ovn ic sb Schema

About

OVSDB Schema Visualization Tool

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Go 100.0%