I want to limit bandwidth used in some network connected to a linux gateway, and it need an iproute2.
I have download iproute2 and try to compile it with "make" but the result is :
glibc-bugs.h -I/usr/src/linux/include -I../include -c -o ll_proto.o ll_proto.c
ll_proto.c:36: `ETH_P_ECHO' undeclared here (not in a function)
ll_proto.c:36: initializer element for `llproto_names[1].id' is not constant
make[1]: *** [ll_proto.o] Error 1
make[1]: Leaving directory `/usr/src/iproute2/lib'
make: *** [all] Error 2
i search all the related document but i didnt find any explanation.....
What is wrong ??
i'm using slackware 7.1 with 2.2.19 (failed) and 2.4.5 (failed too)
thanx a lot
Andy
I have download iproute2 and try to compile it with "make" but the result is :
glibc-bugs.h -I/usr/src/linux/include -I../include -c -o ll_proto.o ll_proto.c
ll_proto.c:36: `ETH_P_ECHO' undeclared here (not in a function)
ll_proto.c:36: initializer element for `llproto_names[1].id' is not constant
make[1]: *** [ll_proto.o] Error 1
make[1]: Leaving directory `/usr/src/iproute2/lib'
make: *** [all] Error 2
i search all the related document but i didnt find any explanation.....
What is wrong ??
i'm using slackware 7.1 with 2.2.19 (failed) and 2.4.5 (failed too)
thanx a lot
Andy