]> rtime.felk.cvut.cz Git - sojka/can-utils.git/commit
Complete rework of CAN netlink gateway.
authorOliver Hartkopp <socketcan@hartkopp.net>
Sat, 10 Apr 2010 16:38:48 +0000 (16:38 +0000)
committerOliver Hartkopp <socketcan@hartkopp.net>
Sat, 10 Apr 2010 16:38:48 +0000 (16:38 +0000)
commita784e1e46f7af3027ed9f192f5f0e4a4f520285d
tree51e97d6ba1757170dc53dac756ff5efba175e069
parentee562a97242625bf6853030d600618cbb3731f06
Complete rework of CAN netlink gateway.

Major changes:

- rework internal structures to prepare routings and modifications of CAN traffic also to non-CAN interfaces
- fix reading of netlink messages in cangw.c (added RTCAN_RTA / RTCAN_PAYLOAD macros)
- rework reading of gw-job lists in cgw_dump_jobs()
- rename of functions and API definitions to have a common namespace cgw_
- added infrastructure to perform crc8 and xor checksums in CAN frame data[]

TODO:

- add and test functionality for crc8 and xor checksums in CAN frame data[]
- add help text for crc8 and xor checksums in CAN frame data[]
cangw.c