]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/commit
rtnetlink: Add dump all for netconf
authorDavid Ahern <dsa@cumulusnetworks.com>
Tue, 21 Mar 2017 19:22:26 +0000 (12:22 -0700)
committerDavid S. Miller <davem@davemloft.net>
Wed, 22 Mar 2017 19:45:17 +0000 (12:45 -0700)
commita7678c70ef624dde4f9f08ad6e99f2ff4dbdee57
tree1a8e4d97f112df8265149b044ab9e86366fe107e
parent276a74d835fb0c2ee82831106b4e737421df91ae
rtnetlink: Add dump all for netconf

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 <nicolas.dichtel@6wind.com>
Signed-off-by: David Ahern <dsa@cumulusnetworks.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
net/core/rtnetlink.c