Add support Controller Area Network
commit98f9a1d24442399db3b1b6190010855804ca15e2
authorOliver Hartkopp <oliver@hartkopp.net>
Fri, 27 Mar 2009 18:21:29 +0000 (27 11:21 -0700)
committerStephen Hemminger <stephen.hemminger@vyatta.com>
Fri, 27 Mar 2009 18:21:29 +0000 (27 11:21 -0700)
tree6bc5a09a93717aed8a2f49a83498c68699197491
parentc3651bf4763d7247e3edd4e20526a85de459041b
Add support Controller Area Network

t'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.
ip/ipaddress.c
lib/ll_proto.c
lib/ll_types.c