On 01/29/15 at 07:45pm, Pravin Shelar wrote: > > +#ifdef HAVE_NET_VXLAN_H > > #include_next <net/vxlan.h> > > +#endif > > + > > I do not see need for HAVE_NET_VXLAN_H. Is current check not working?
Nothing wrong. We just don't include <net/vxlan.h> in some cases when it is available. I changed it back to USE_KERNEL_TUNNEL_API and fall back to own definitions in some cases to avoid the configured check. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev