Re: [PATCH v2 8/8] tests: check decoding of rtnetlink link messages

2017-08-08 Thread Dmitry V. Levin
On Tue, Aug 01, 2017 at 07:48:48AM +0800, JingPiao Chen wrote: > * tests/netlink_route.c: Include . > (TEST_NL_ROUTE): New macro. > (test_rtnl_link): New function. > (main): Use it. > > Co-authored-by: Fabien Siron > --- > tests/netlink_route.c | 61 > +++

[PATCH v2 8/8] tests: check decoding of rtnetlink link messages

2017-07-31 Thread JingPiao Chen
* tests/netlink_route.c: Include . (TEST_NL_ROUTE): New macro. (test_rtnl_link): New function. (main): Use it. Co-authored-by: Fabien Siron --- tests/netlink_route.c | 61 +++ 1 file changed, 61 insertions(+) diff --git a/tests/netlink_route.c b/t