Re: [PATCH net-next] rtnetlink: Add dump all for netconf

2017-03-22 Thread David Miller
From: David Ahern Date: Tue, 21 Mar 2017 12:22:26 -0700 > Use the rtnl_dump_all to dump all netconf handlers that have been > registered. Allows userspace to send a dump request for PF_UNSPEC > and get all families. > > Cc: Nicolas Dichtel >

[PATCH net-next] rtnetlink: Add dump all for netconf

2017-03-21 Thread David Ahern
Use the rtnl_dump_all to dump all netconf handlers that have been registered. Allows userspace to send a dump request for PF_UNSPEC and get all families. Cc: Nicolas Dichtel Signed-off-by: David Ahern --- net/core/rtnetlink.c | 1 + 1 file