On Sat, Feb 1, 2014 at 12:10 AM, Kanthi P <[email protected]> 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.

> 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
[email protected]
http://openvswitch.org/mailman/listinfo/discuss

Reply via email to