On Wed, Feb 4, 2015 at 7:45 AM, Thomas Graf <[email protected]> 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 <[email protected]> > Signed-off-by: Thomas Graf <[email protected]>
I pushed this patch to master to fix build failure on few kernels. Thanks. _______________________________________________ dev mailing list [email protected] http://openvswitch.org/mailman/listinfo/dev
