On Tue, Oct 31, 2017 at 05:03:41PM -0700, William Tu wrote:
> The HAVE_SKB_GSO_UDP checks whether skbuff.h defines SKB_GSO_UDP.
> However, it falsely returns yes because grep matches SKB_GSO_UDP_TUNNEL.
> Thus, add space character '[:space:]' before and after it.
> 
> Fixes: ad283644f0e4 ("acinclude: Check for SKB_GSO_UDP")
> Signed-off-by: William Tu <u9012...@gmail.com>
> Cc: Greg Rose <gvrose8...@gmail.com>
> ---
> v1->v2
>   remove using "grep -w" since -w is not POSIX

Applied, thanks!
_______________________________________________
dev mailing list
d...@openvswitch.org
https://mail.openvswitch.org/mailman/listinfo/ovs-dev

Reply via email to