[PATCH libnl 3/4] nl-monitor: Add support for netconf caches

David Ahern dsa at cumulusnetworks.com
Thu Apr 27 13:42:35 PDT 2017


Allow user to monitor netconf changes.

Signed-off-by: David Ahern <dsa at cumulusnetworks.com>
---
 src/nl-monitor.c | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/nl-monitor.c b/src/nl-monitor.c
index 830bd74b370c..d9c32f86b7ff 100644
--- a/src/nl-monitor.c
+++ b/src/nl-monitor.c
@@ -32,6 +32,8 @@ static const struct {
 	{ RTNLGRP_DECnet_IFADDR, "decnet-ifaddr" },
 	{ RTNLGRP_DECnet_ROUTE, "decnet-route" },
 	{ RTNLGRP_IPV6_PREFIX, "ipv6-prefix" },
+	{ RTNLGRP_IPV4_NETCONF, "ipv4-netconf" },
+	{ RTNLGRP_IPV6_NETCONF, "ipv6-netconf" },
 	{ RTNLGRP_NONE, NULL }
 };
 
-- 
2.1.4




More information about the libnl mailing list