On 19 November 2015 at 08:01, Pravin Shelar <pshe...@nicira.com> wrote: > On Thu, Nov 12, 2015 at 2:55 AM, Joe Stringer <joestrin...@nicira.com> wrote: >> The inet_get_local_port_range() function is defined as a 3-parameter >> version in the backported net/ip.h, however some versions of RHEL7 >> kernel use the 2-parameter version in their net/udp.h header. We need to >> make sure that our net/ip.h is first included, then undef our overriding >> 3-parameter version, include the system net/udp.h, then redefine our >> overriding 3-parameter version so that it may be used inside OVS code. >> >> This header needs to include net/ip.h here as some files may not include >> it prior to net/udp.h, in which case the logic we have to define the >> right version while including the system net/udp.h will not work. >> >> Specifically this fixes issues on kernel 3.10.0-229.7.2.el7.x86_64 >> (perhaps earlier as well; some later versions make this unnecessary). >> >> Signed-off-by: Joe Stringer <joestrin...@nicira.com> > > Thanks for the fix. > > Acked-by: Pravin B Shelar <pshe...@nicira.com>
Thanks, applied. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev