On Mon, Mar 31, 2014 at 12:07 PM, <sowmini.varadhan at hp.com> wrote: > > openstack-dev, > > A question about the fix from https://review.openstack.org/#/c/82931 > > After this fix, the neutron code now explicitly checks for kernel > version 3.13- was this deliberate? (I was using an older 3.11 version > before, and did not seem to have any issues before this change). > > Is there a specific kernel patch that ovs-vxlan is dependant on? > This patch checks for >= 3.13.0 if you're using VXLAN with OVS. It will also check the OVS module info if you're using an out-of-tree module to get VXLAN support. But the converged OVS+Linux VXLAN support for the in-tree Linux OVS module was completed in 3.13. Thanks, Kyle > Thanks > Sowmini > > _______________________________________________ > OpenStack-dev mailing list > OpenStack-dev at lists.openstack.org > http://lists.openstack.org/cgi-bin/mailman/listinfo/openstack-dev