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
> Signed-off-by: David Ahern
Applied, thanks David.
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 changed, 1 insertion(+)
diff --git a/net/core/rtnetlin