summaryrefslogtreecommitdiff
path: root/bgpd/bgp_mplsvpn_snmp.c
AgeCommit message (Expand)Author
2023-04-21bgpd: Coverity mistakenly believes we can fall throughDonald Sharp
2023-03-24*: Convert event.h to frrevent.hDonald Sharp
2023-03-24*: Rename thread.[ch] to event.[ch]Donald Sharp
2023-03-14bgpd: Free memory allocated by ecommunity_ecom2str()Donatas Abraitis
2023-02-21Merge pull request #12248 from pguibert6WIND/bgpasdotRuss White
2023-02-10bgpd: support for as notation format for route distinguisherPhilippe Guibert
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31bgpd: Add missing enum's to case statementDonald Sharp
2022-12-15bgpd: display the IGP metric of the ultimate path in snmpLouis Scalbert
2021-04-21build: make builddir include path consistentDavid Lamparter
2021-03-25lib, bgpd: add a specific oid_copy function for IPv6 addrsPat Ruddy
2021-02-17bgpd, lib: add oid2in6_addr utility and use itPat Ruddy
2021-02-17bgpd: mplsvpn snmp: NULL check correct pointerPat Ruddy
2021-02-17bgpd: mplsvpn SNMP correctly validate incoming rt_indexPat Ruddy
2021-02-14bgpd: Prevent store but never read of iDonald Sharp
2021-02-02bgp: add mplsl3vpn notificationsPat Ruddy
2021-02-02bgpd: implement mplsL3VpnVrfRtTablePat Ruddy
2021-02-02bgpd: add SNMP support for mplsL3VpnRte TablePat Ruddy
2021-02-02bgpd: add mplsL3VpnVrfPerfTable supportPat Ruddy
2021-02-02bgpd: add SNMP mplsL3vpnIfConfTable supportPat Ruddy
2021-02-02bgpd, lib: add mplsL3VpnVrf tablePat Ruddy
2021-02-02bgpd: add MPLSVPN SNMP boilerplatePat Ruddy