Re: [PATCH v2 07/25] netlink: add a basic rtnetlink parser of neigh messages

2017-08-13 Thread Dmitry V. Levin
On Sun, Aug 13, 2017 at 10:22:25AM +0800, JingPiao Chen wrote: > * rtnl_neigh.c: New file. > * Makefile.am (strace_SOURCES): Add it. > * netlink_route.h (decode_ndmsg, decode_rtm_getneigh): New prototypes. > * configure.ac (AC_CHECK_HEADERS): Add linux/neighbour.h. > * netlink_route.c (route_decode

[PATCH v2 07/25] netlink: add a basic rtnetlink parser of neigh messages

2017-08-12 Thread JingPiao Chen
* rtnl_neigh.c: New file. * Makefile.am (strace_SOURCES): Add it. * netlink_route.h (decode_ndmsg, decode_rtm_getneigh): New prototypes. * configure.ac (AC_CHECK_HEADERS): Add linux/neighbour.h. * netlink_route.c (route_decoders): Add RTM_DELNEIGH, RTM_DELNEIGH and RTM_NEWNEIGH. * xlat/nda_types.in