Yup, that was the issue.
Thanks.
From: Jesse Gross [je...@nicira.com]
Sent: Monday, December 26, 2011 12:15 PM
To: Michael Nelson
Cc: discuss@openvswitch.org
Subject: Re: [ovs-discuss] GRE address family error with OVS 1.3.0
On Sat, Dec 24, 2011 at 5:12
On Sat, Dec 24, 2011 at 5:12 AM, Michael Nelson 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
>Why does your command create a port named gre0 but configure an>interface
>named gre1?
Sorry that was a typo I had made at one point.
Here it is again to be 100% sure:
Dec 24 08:18:24 i5 ovs-vsctl: 1|vsctl|INFO|Called as ovs-vsctl -- add-port
br1 gre1 -- set interface gre1 type=gre options
On Sat, Dec 24, 2011 at 10:12:12AM +, Michael Nelson wrote:
> Dec 24 01:58:00 i5 ovs-vsctl: 1|vsctl|INFO|Called as ovs-vsctl --
> add-port br1 gre0 -- set interface gre1 type=gre
> options:remote_ip=x.x.x.x
Why does your command create a port named gre0 but configure an
interface named gre
I am trying to add a GRE port to a bridge on Open vSwitch 1.3.0 (Linux 3.1.6)
and getting "Address family not supported by protocol" in daemon.log:
Dec 24 01:58:00 i5 ovs-vsctl: 1|vsctl|INFO|Called as ovs-vsctl -- add-port
br1 gre0 -- set interface gre1 type=gre options:remote_ip=x.x.x.x
Dec