Re: [PATCH 2/3] libnetlink: add nl_print_policy() helper

2020-10-25 Thread Stephen Hemminger
On Mon, 24 Aug 2020 19:51:07 +0200 Johannes Berg wrote: > This prints out the data from the given nested attribute > to the given FILE pointer, interpreting the firmware that > the kernel has for showing netlink policies. > > Signed-off-by: Johannes Berg This patch causes warnings from iproute

[PATCH 2/3] libnetlink: add nl_print_policy() helper

2020-08-24 Thread Johannes Berg
This prints out the data from the given nested attribute to the given FILE pointer, interpreting the firmware that the kernel has for showing netlink policies. Signed-off-by: Johannes Berg --- include/libnetlink.h | 2 ++ lib/libnetlink.c | 73 2