On Sat, Dec 24, 2011 at 5:12 AM, Michael Nelson <[email protected]> wrote: > I have the GRE module compiled in to the kernel. I ran strace against > ovs-vswitchd to see if I could figure out anything, but nothing obvious > popped out.
OVS doesn't use the kernel implementation but has its own instead. Most likely the kernel GRE module is loaded, which prevents OVS from registering as the GRE protocol handler and dropping GRE support at load time. I suspect that if you look at dmesg you will see messages to this effect. _______________________________________________ discuss mailing list [email protected] http://openvswitch.org/mailman/listinfo/discuss
