On Tue, 21 Jun 2016 19:17:31 +0200
Phil Sutter [off-list ref] wrote:
On Tue, Jun 21, 2016 at 11:13:11AM -0600, David Ahern wrote:
quoted
On 6/21/16 11:03 AM, Phil Sutter wrote:
quoted
quoted
I downloaded CentOS 5 and 6. iproute2 fails to compile on CentOS 5.11;
ip command builds on 6.8 but with a flurry of redefinition errors
(BUILD_BUG_ON), but fails at tc.
What's the exact error message please? Maybe some incompatibility in
kernel headers? Although that shouldn't be ...
[...]
quoted
CC tc_bpf.o
tc_bpf.c:41:26: error: linux/if_alg.h: No such file or directory
Ah! Looks like this header is missing in iproute2's copy of kernel
headers.
Stephen, would you import the missing one?
I ran a script and imported all the headers that were linux/if_*.h and used
by current source.