Re: [PATCH iproute2 net] iproute: fix compilation issue with older glibc

2017-06-16 Thread Stephen Hemminger
On Fri, 16 Jun 2017 15:54:28 +0200 David Lebrun wrote: > If a header that includes linux/in6.h is included before > iproute's utils.h, then iproute2 fails to compile on older > glibc versions. > > Fixes: e8493916a8ede9970732e33ea52d30b83071f401 ("iproute: add support for > SR-IPv6 lwtunnel enca

Re: [PATCH iproute2 net] iproute: fix compilation issue with older glibc

2017-06-16 Thread Daniel Borkmann
On 06/16/2017 03:54 PM, David Lebrun wrote: If a header that includes linux/in6.h is included before iproute's utils.h, then iproute2 fails to compile on older glibc versions. Fixes: e8493916a8ede9970732e33ea52d30b83071f401 ("iproute: add support for SR-IPv6 lwtunnel encapsulation") Reported-by

[PATCH iproute2 net] iproute: fix compilation issue with older glibc

2017-06-16 Thread David Lebrun
If a header that includes linux/in6.h is included before iproute's utils.h, then iproute2 fails to compile on older glibc versions. Fixes: e8493916a8ede9970732e33ea52d30b83071f401 ("iproute: add support for SR-IPv6 lwtunnel encapsulation") Reported-by: Daniel Borkmann Signed-off-by: David Lebrun