On Fri, Feb 20, 2015 at 1:53 PM, Pravin Shelar <pshe...@nicira.com> wrote: > On Fri, Feb 20, 2015 at 10:50 AM, Jesse Gross <je...@nicira.com> wrote: >> diff --git a/datapath/linux/compat/include/net/udp_tunnel.h >> b/datapath/linux/compat/include/net/udp_tunnel.h >> index f25023f..16b150c 100644 >> --- a/datapath/linux/compat/include/net/udp_tunnel.h >> +++ b/datapath/linux/compat/include/net/udp_tunnel.h >> @@ -4,10 +4,25 @@ >> #include <linux/version.h> >> #include <linux/kconfig.h> >> >> -#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,17,0) >> +#if LINUX_VERSION_CODE >= KERNEL_VERSION(3,18,0) >> #include_next <net/udp_tunnel.h> >> + >> +static inline struct sk_buff * >> +rpl_udp_tunnel_handle_offloads(struct sk_buff *skb, bool udp_csum) >> +{ > This is not in sync with compat version.
Fixed, thanks. _______________________________________________ dev mailing list dev@openvswitch.org http://openvswitch.org/mailman/listinfo/dev