Thanks, Ben and Jesse.
Looking into the problem and following your answers, it turned out
that the reason was that GRE was disabled in the kernel configuration.
Once I enabled it, built the modules, and insmoded them
(net/ipv4/ip_tunnel.ko ,net/ipv4/ip_gre.ko, net/ipv4/gre.ko )
and reinsmoded the openvswitch module, the same problematic sequence succeeded.

Thanks,
DavidS


On Tue, May 6, 2014 at 7:34 PM, Jesse Gross <[email protected]> wrote:
> On Tue, May 6, 2014 at 6:49 AM, David Shwatrz <[email protected]> wrote:
>> Hi, ovs-discuss list,
>>
>> My question is: is GRE  supported when running latest ovs from the git repo
>> with the original openvswitch module from kernel 3.11 ? or should I use the
>> kernel module which comes with the userspace tree ?
>>
>> The reason is that when running:
>> ovs-vsctl add-br br0
>> and
>> ovs-vsctl add-port br0 gre1 -- set interface gre1 type=gre
>> options:remote_ip=192.168.2.10
>> I am getting:
>> ovs-vsctl: Error detected while setting up 'gre1'.  See ovs-vswitchd
>> log for details.
>> and
>> In
>>  /var/log/openvswitch/ovs-vswitchd.log
>> I have:
>> failed to add gre1 as port: Address family not supported by protocol
>
> GRE should work with the upstream kernel in 3.11. I would look at
> dmesg and check to see that you have the module version loaded that
> you expect.
_______________________________________________
discuss mailing list
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to