summaryrefslogtreecommitdiff
path: root/src/nl-monitor.c
diff options
context:
space:
mode:
authorDavid Ahern <dsa@cumulusnetworks.com>2017-05-03 14:05:08 -0700
committerThomas Haller <thaller@redhat.com>2017-05-12 10:09:15 +0200
commita66511d7edde76fe8e0c1da7bbe014860ba299d9 (patch)
tree889d9c26143a1b9011fb24a61998745765cdcee7 /src/nl-monitor.c
parent92b96a48ecd08c650bd038bbb0c7e0d640734d2e (diff)
downloadlibnl-a66511d7edde76fe8e0c1da7bbe014860ba299d9.tar.gz
nl-monitor: Add support for netconf caches
Allow user to monitor netconf changes. Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src/nl-monitor.c')
-rw-r--r--src/nl-monitor.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nl-monitor.c b/src/nl-monitor.c
index 830bd74b..d9c32f86 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 }
};