Yup, that was the issue. 

Thanks.
________________________________________
From: Jesse Gross [[email protected]]
Sent: Monday, December 26, 2011 12:15 PM
To: Michael Nelson
Cc: [email protected]
Subject: Re: [ovs-discuss] GRE address family error with OVS 1.3.0

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

Reply via email to