mirror of
https://gitee.com/openharmony/third_party_libnl
synced 2024-11-24 10:39:53 +00:00
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:
parent
92b96a48ec
commit
a66511d7ed
@ -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 }
|
||||
};
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user