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>
This commit is contained in:
David Ahern 2017-05-03 14:05:08 -07:00 committed by Thomas Haller
parent 92b96a48ec
commit a66511d7ed

View File

@ -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 }
};