summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorDavid Ahern <dsahern@gmail.com>2017-05-03 14:05:09 -0700
committerThomas Haller <thaller@redhat.com>2017-05-12 10:09:15 +0200
commit37fda66735eebcf6fd85799cb36f5d356f3dc5f0 (patch)
treeb0033e8cc235368fde2bf8d9f9e6a081223c024c /src
parenta66511d7edde76fe8e0c1da7bbe014860ba299d9 (diff)
downloadlibnl-37fda66735eebcf6fd85799cb36f5d356f3dc5f0.tar.gz
route: Add support for MPLS to netconf
Add support to netconf for MPLS address family. v2 - change get method to return 0/error and take 'int *val' which is set to the value requested - added rtnl_netconf_get_input to libnl-route-3.sym Signed-off-by: David Ahern <dsa@cumulusnetworks.com> Signed-off-by: Thomas Haller <thaller@redhat.com>
Diffstat (limited to 'src')
-rw-r--r--src/nl-monitor.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nl-monitor.c b/src/nl-monitor.c
index d9c32f86..4400df5a 100644
--- a/src/nl-monitor.c
+++ b/src/nl-monitor.c
@@ -34,6 +34,7 @@ static const struct {
{ RTNLGRP_IPV6_PREFIX, "ipv6-prefix" },
{ RTNLGRP_IPV4_NETCONF, "ipv4-netconf" },
{ RTNLGRP_IPV6_NETCONF, "ipv6-netconf" },
+ { RTNLGRP_MPLS_NETCONF, "mpls-netconf" },
{ RTNLGRP_NONE, NULL }
};