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

2017-08-13 Thread Dmitry V. Levin
On Sun, Aug 13, 2017 at 10:22:23AM +0800, JingPiao Chen wrote: > * defs.h (routing_table_ids): New xlat prototype. > * netlink_route.c: New file. > * Makefile.am (strace_SOURCES): Add it. > * defs.h (ip_type_of_services, > routing_table_ids): New xlat prototypes. > * netlink_route.h (decode_fib_rul

[PATCH v2 05/25] netlink: add a basic rtnetlink parser of rule messages

2017-08-12 Thread JingPiao Chen
* defs.h (routing_table_ids): New xlat prototype. * netlink_route.c: New file. * Makefile.am (strace_SOURCES): Add it. * defs.h (ip_type_of_services, routing_table_ids): New xlat prototypes. * netlink_route.h (decode_fib_rule_hdr): New prototype. * configure.ac (AC_CHECK_HEADERS): Add linux/fib_rul