Stephen Hemminger wrote:
New version of iproute2 utilities that includes bug fixes and
support for all the new features in kernel 2.6.28.
Hello Stephen,
your mail reminded me that some defines for the Controller Area Network
(CAN) are still missing since 2.6.25.
It's not a big problem, but it makes a better show in 'ip link show' on
CAN interfaces :-)
I also moved __PF(CAN,can) in ll_proto.c to the same position where it
can be found in if_ether.h .
The only thing i did not know if the __PF(CAN,can) in ll_types.c needs
to be put in #ifdef ARPHDR_CAN like __PF(HWX25,hwx25) is or not. You
definitely know that better than me.
Regards,
Oliver
iproute2: add missing defines for Controller Area Network
Signed-off-by: Oliver Hartkopp <redacted>