On Wed, Feb 4, 2015 at 7:45 AM, Thomas Graf <tg...@noironetworks.com> wrote:
> Fixes an insufficient ifdef in compat/vxlan.c which caused required
> symbols not to be included in the build. The declarations were properly
> enabled so the build would succeed but the module would spit missing
> symbols when being inserted.
>
> The fix uses a new define USE_UPSTREAM_VXLAN which is set in the compat
> header <net/vxlan.h> as required. This centralizes the decision when to
> include VXLAN compat code to a single place which eases further changes.
>
> Reported-by: Pravin Shelar <pshe...@nicira.com>
> Signed-off-by: Thomas Graf <tg...@noironetworks.com>


I pushed this patch to master to fix build failure on few kernels.

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

Reply via email to