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 <[email protected]>
> Cc: Greg Rose <[email protected]>
> ---
> v1->v2
> remove using "grep -w" since -w is not POSIX
Applied, thanks!
_______________________________________________
dev mailing list
[email protected]
https://mail.openvswitch.org/mailman/listinfo/ovs-dev