On Tue, May 26, 2015 at 4:59 PM, Ben Pfaff <b...@nicira.com> wrote:
> diff --git a/datapath/linux/compat/include/linux/if_vlan.h 
> b/datapath/linux/compat/include/linux/if_vlan.h
> index 05c2876..0750bbe 100644
> --- a/datapath/linux/compat/include/linux/if_vlan.h
> +++ b/datapath/linux/compat/include/linux/if_vlan.h
> @@ -52,7 +52,7 @@ static inline struct sk_buff 
> *rpl_vlan_insert_tag_set_proto(struct sk_buff *skb,
>  }
>  #endif
>
> -#if LINUX_VERSION_CODE < KERNEL_VERSION(3,19,0)
> +#if LINUX_VERSION_CODE < KERNEL_VERSION(3,18,13)

I think it's probably better to use a configure check here. Given that
this was already backported to -stable, it seems like there is a
pretty high probability that it could show up in earlier kernels too.
_______________________________________________
dev mailing list
dev@openvswitch.org
http://openvswitch.org/mailman/listinfo/dev

Reply via email to