diff options
author | Pat Ruddy <pat@voltanet.io> | 2020-09-18 11:24:22 +0200 |
---|---|---|
committer | Pat Ruddy <pat@voltanet.io> | 2021-02-02 10:37:05 +0100 |
commit | aa53f69348d2d6c5817e10b32b85345ea4399025 (patch) | |
tree | a79037d31465672bde768d430b66ff3bcfc944cd /bgpd/subdir.am | |
parent | bgpd: add utility to check if a vrf is MPLS VPN (diff) | |
download | frr-aa53f69348d2d6c5817e10b32b85345ea4399025.tar.xz frr-aa53f69348d2d6c5817e10b32b85345ea4399025.zip |
bgpd: add MPLSVPN SNMP boilerplate
Add infrastructure for mplsvpn MIB (RFC-4382) and the top level
ScalarGroup.
Signed-off-by: Pat Ruddy <pat@voltanet.io>
Diffstat (limited to 'bgpd/subdir.am')
-rw-r--r-- | bgpd/subdir.am | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/bgpd/subdir.am b/bgpd/subdir.am index df1555c32..4614363bf 100644 --- a/bgpd/subdir.am +++ b/bgpd/subdir.am @@ -167,6 +167,7 @@ noinst_HEADERS += \ bgpd/bgp_memory.h \ bgpd/bgp_mpath.h \ bgpd/bgp_mplsvpn.h \ + bgpd/bgp_mplsvpn_snmp.h \ bgpd/bgp_network.h \ bgpd/bgp_nexthop.h \ bgpd/bgp_nht.h \ @@ -218,7 +219,7 @@ bgpd_bgp_btoa_CFLAGS = $(AM_CFLAGS) bgpd_bgpd_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM) $(UST_LIBS) bgpd_bgp_btoa_LDADD = bgpd/libbgp.a $(RFPLDADD) lib/libfrr.la $(LIBCAP) $(LIBM) $(UST_LIBS) -bgpd_bgpd_snmp_la_SOURCES = bgpd/bgp_snmp.c +bgpd_bgpd_snmp_la_SOURCES = bgpd/bgp_snmp.c bgpd/bgp_mplsvpn_snmp.c bgpd_bgpd_snmp_la_CFLAGS = $(WERROR) $(SNMP_CFLAGS) -std=gnu99 bgpd_bgpd_snmp_la_LDFLAGS = -avoid-version -module -shared -export-dynamic bgpd_bgpd_snmp_la_LIBADD = lib/libfrrsnmp.la |