Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Next revision
Previous revision
Next revision Both sides next revision
linux:openvswitch [2013/11/01 18:07]
a created
linux:openvswitch [2013/11/01 18:15]
a
Line 2: Line 2:
  
 <note important>**Before anything - RTFF - [[http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD|FAQ (Frequently Asked Questions)]]**</note> <note important>**Before anything - RTFF - [[http://git.openvswitch.org/cgi-bin/gitweb.cgi?p=openvswitch;a=blob_plain;f=FAQ;hb=HEAD|FAQ (Frequently Asked Questions)]]**</note>
 +
 +===== 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.txt · Last modified: 2013/11/01 18:33 by a
CC Attribution-Share Alike 4.0 International
Driven by DokuWiki Recent changes RSS feed Valid CSS Valid XHTML 1.0 ipv6 ready