From: David Ahern Date: Wed, 3 May 2017 21:05:08 +0000 (-0700) Subject: nl-monitor: Add support for netconf caches X-Git-Tag: libnl3_4_0rc1~12^2~1 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a66511d7edde76fe8e0c1da7bbe014860ba299d9;p=libnl nl-monitor: Add support for netconf caches Allow user to monitor netconf changes. Signed-off-by: David Ahern Signed-off-by: Thomas Haller --- diff --git a/src/nl-monitor.c b/src/nl-monitor.c index 830bd74..d9c32f8 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 } };