summaryrefslogtreecommitdiffstats
path: root/bgpd (unfollow)
Commit message (Expand)AuthorFilesLines
2020-10-23bgpd: move packet read tracepoint out of mutexQuentin Young1-1/+1
2020-10-23doc: add developer docs for tracingQuentin Young2-0/+315
2020-10-23lib, bgpd: convert lttng tracepoints to frrtrace()Quentin Young12-79/+59
2020-10-23lib: add trace.h, frrtrace(), support for USDTQuentin Young3-0/+95
2020-10-23lib: move trace.h -> libfrr_trace.hQuentin Young10-14/+14
2020-10-23lib: add tracepoint for route table getQuentin Young2-0/+20
2020-10-23lib: add tracepoints for *malloc, list opsQuentin Young4-1/+94
2020-10-23lib: add tracepoint for hash insertionQuentin Young2-0/+17
2020-10-23bgpd: route processing tracepointsQuentin Young2-15/+105
2020-10-23bgpd: add basic packet-related tracepointsQuentin Young5-2/+105
2020-10-23lib: add tracepoints for pthread run, stopQuentin Young2-0/+27
2020-10-23lib: generate trace events for log messagesQuentin Young2-0/+30
2020-10-23lib: add tracepoints for hash ops, thread eventsQuentin Young3-5/+116
2020-10-23lib, configure.ac: initial LTTng supportQuentin Young4-1/+71
2020-10-23lib: #undef _ASSERT_FUNCTIONQuentin Young1-0/+2
2020-10-20Revert "zebra: fix NHE dependents backpointer relationship"Stephen Worley1-20/+11
2020-10-20zebra: clean up all router id listsMark Stapp1-0/+3
2020-10-20yang: fix circular chain of leafrefsRenato Westphal1-1/+1
2020-10-19zebra: add alias for "show ip/ipv6 ro"Stephen Worley1-0/+10
2020-10-19zebra: fix NHE dependents backpointer relationshipStephen Worley1-11/+20
2020-10-18bgpd: Convert inet_ntoa to %pI4/inet_ntopDonatas Abraitis17-279/+360
2020-10-17ospf6d: Convert to using %pFXDonald Sharp1-28/+10
2020-10-17ospfd: Convert to using %pFXDonald Sharp6-39/+28
2020-10-17ripd: Convert to using %pFXDonald Sharp2-29/+18
2020-10-17ripngd: Convert to using %pFXDonald Sharp2-38/+23
2020-10-17lib: Convert usage of strings to %pFX and %pRNDonald Sharp3-60/+17
2020-10-17*: Create/Use accessor functions for lock countDonald Sharp15-33/+53
2020-10-17lib: Relax usage of `ip prefix-list A.B.C.D/M ge Y`Donald Sharp1-3/+3
2020-10-17zebra: Fix use after free in debug pathDonald Sharp1-1/+10
2020-10-17doc: Add %pBD print formatter to docDonald Sharp1-0/+2
2020-10-17bgpd: Use bgp_dest_get_prefix accessor functionDonald Sharp2-5/+8
2020-10-17bgpd: More bgp_node -> bgp_dest cleanupDonald Sharp4-149/+161
2020-10-17bgpd: Convert to %pFX or %pBD where possibleDonald Sharp2-71/+44
2020-10-17bgpd: add `%pBD` for printing `struct bgp_dest *`David Lamparter8-23/+36
2020-10-17sharpd: Fix nexthop group name collisionDonald Sharp1-2/+3
2020-10-17tests: fix spurious failures in the TI-LFA topotestRenato Westphal6-20/+0
2020-10-16zebra: support multiple connected subnets on an interfaceMark Stapp1-10/+5
2020-10-16bgpd: replace bgp_evpn_route2str with prefix2strPat Ruddy5-118/+50
2020-10-15vrrpd: Convert to using %pFXPat Ruddy2-17/+8
2020-10-15lib: align prefixevpn2str output with bgp_evpn_route2strPat Ruddy1-49/+42
2020-10-15ospfd: fix invocation of ospfTrapNbrStateChangeBabis Chalios1-14/+19
2020-10-15isisd: fix check for area-tag modificationIgor Ryzhov1-6/+1
2020-10-14bgpd: print error when as-path filter doesn't existIgor Ryzhov1-2/+4
2020-10-14isisd: change debug messages to use uppercase SPFRenato Westphal2-27/+19
2020-10-14doc: document new IS-IS TI-LFA commands and optionsRenato Westphal1-2/+15
2020-10-14tests: add IS-IS TI-LFA topotestRenato Westphal182-0/+13318
2020-10-14tests: add IS-IS TI-LFA unit testsRenato Westphal4-4/+1908
2020-10-14isisd: implement TI-LFA protection for Adj-SIDsRenato Westphal5-16/+146
2020-10-14isisd: add support for Topology Independent LFA (TI-LFA)Renato Westphal16-154/+1705
2020-10-14yang, isisd: add TI-LFA YANG nodes and corresponding skeleton callbacksRenato Westphal5-0/+249