On Mon, Jul 17, 2017 at 11:07:43PM +0800, JingPiao Chen wrote:
> * netlink.c: Include "xlat/netlink_ack_flags.h".
> (decode_nlmsg_flags): Decode ack flags when type == NLMSG_ERROR.
> * xlat/netlink_ack_flags.in: New file.
> * tests/netlink_protocol.c (test_ack_flags): New function, check this.
> (m
* netlink.c: Include "xlat/netlink_ack_flags.h".
(decode_nlmsg_flags): Decode ack flags when type == NLMSG_ERROR.
* xlat/netlink_ack_flags.in: New file.
* tests/netlink_protocol.c (test_ack_flags): New function, check this.
(main): Use it.
---
netlink.c | 5 +
tests/netlink_pr