]> granicus.if.org Git - strace/commit
rtnl_neigh: fix ndm_type field decode in struct ndmsg
authorJingPiao Chen <chenjingpiao@gmail.com>
Mon, 28 Aug 2017 08:13:56 +0000 (16:13 +0800)
committerJingPiao Chen <chenjingpiao@gmail.com>
Tue, 29 Aug 2017 04:16:03 +0000 (12:16 +0800)
commit62c573a002f905659cc9f4f21115fa2a9671ff8b
tree3aeb08bf2b08e2dd044b6c780546513d34ba8427
parented9faa2e27f3d1d65a18752d5aba7380b0f51204
rtnl_neigh: fix ndm_type field decode in struct ndmsg

* defs.h (routing_types): New xlat prototype.
* rtnl_neigh.c (decode_ndmsg): Fix ndm_type decode.
* xlat/nda_types.in: Remove it.
* tests/netlink_route.c (test_rtnl_neigh): Update the test.
* tests/nlattr_ndmsg.c (init_ndmsg, print_ndmsg): Likewise.
defs.h
rtnl_neigh.c
tests/netlink_route.c
tests/nlattr_ndmsg.c
xlat/nda_types.in [deleted file]