On Fri, Jan 3, 2014 at 7:36 AM, Kanika Saklani <[email protected]> wrote: > Hi All, > > I have been working on the gre tunnelling with openvswitch, in which i am > using kernel version 3.2 with openvswitch 1.9 on my x86 machine.But i am > facing the following issue that the gre interface is showing in ovs-vsctl > show command but not showing in the ovs-dpctl show command.
Can you please try this new entry from the FAQ: Q: I created a GRE port using ovs-vsctl so why can't I send traffic or see the port in the datapath? A: On Linux kernels before 3.11, the OVS GRE module and Linux GRE module cannot be loaded at the same time. It is likely that on your system the Linux GRE module is already loaded and blocking OVS (to confirm, check dmesg for errors regarding GRE registration). To fix this, unload all GRE modules that appear in lsmod as well as the Open vSwitch kernel module. You can then reload the OVS module following the directions in INSTALL, which will ensure that dependencies are satisfied. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
