summaryrefslogtreecommitdiff
path: root/bgpd/bgp_mplsvpn_snmp.h
AgeCommit message (Collapse)Author
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
Done with a combination of regex'ing and banging my head against a wall. Signed-off-by: David Lamparter <equinox@opensourcerouting.org>
2021-02-02bgpd: implement mplsL3VpnVrfRtTablePat Ruddy
add code to support the route target table from [RFC4382] Signed-off-by: Pat Ruddy <pat@voltanet.io>
2021-02-02bgpd: add SNMP support for mplsL3VpnRte TablePat Ruddy
Add MIB support for the route table in RFC4382 Signed-off-by: Pat Ruddy <pat@voltanet.io>
2021-02-02bgpd: add MPLSVPN SNMP boilerplatePat Ruddy
Add infrastructure for mplsvpn MIB (RFC-4382) and the top level ScalarGroup. Signed-off-by: Pat Ruddy <pat@voltanet.io>