On Feb 2, 2014, at 5:19 PM, Jesse Gross <je...@nicira.com> wrote:

> On Sat, Feb 1, 2014 at 12:10 AM, Kanthi P <pavuluri.kan...@gmail.com> wrote:
>> Hi,
>> 
>> I installed openvswitch-2.0.0 userspace and kmod rpms on fedora 19.  I am
>> trying vxlan configuration using ovs.
>> 
>> My kernel version is 3.9.5-301.fc19.i686.PAE
>> 
>> I created ovs bridge and added port of type vxlan as a port on the bridge.
>> 
>> ovs-vsctl add-br test
>> ovs-vsctl add-port test vxlan1 -- set interface vxlan1 type=vxlan
>> options:remote_ip=192.168.1.10 options:key=flow
> 
> The Fedora 19 kernel is not new enough to support VXLAN ports with
> OVS. You should use the out of tree kernel module from the OVS
> distribution or upgrade to a newer kernel.
> 
FYI, the latest versions of the Fedora 19 kernel are 3.12 based, so
upgrading that is another option here.

Thanks,
Kyle

>> But the vxlan port is not added as an interface, atleast it is not visible
>> with ifconfig -a
> 
> Tunnel ports do not show up in ifconfig in any case, as they are
> internal to OVS.
> _______________________________________________
> discuss mailing list
> discuss@openvswitch.org
> http://openvswitch.org/mailman/listinfo/discuss

_______________________________________________
discuss mailing list
discuss@openvswitch.org
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to