This is an old revision of the document!


Openvswitch (OVS) tips & trips

Before anything - RTFF - FAQ (Frequently Asked Questions)

Installation/compile

Debian / from source / GIT

 export DEB_BUILD_OPTIONS=nocheck
 dpkg-buildpackage -b -us -uc -nc

Configuration tips

Frequently use (useful) command

# Dump flows

 ovs-ofctl dump-flows br0

# Show mac table

 ovs-appctl fdb/show br0

# Show switch

 ovs-vsctl show

# Show datapath

 ovs-dpctl show

# Turn debugging on

 ovs-appctl vlog/set dbg

Troubleshooting

GRE problem

“You need to unload ip_gre and gre module, openvswitch GRE does not work along with kernel GRE module for now.”

linux/openvswitch.1383326114.txt.gz · Last modified: 2013/11/01 18:15 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready