summaryrefslogtreecommitdiff
path: root/bgpd/bgp_addpath.c
AgeCommit message (Expand)Author
2023-06-07bgpd: Implement `neighbor X addpath-tx-best-selected` commandDonatas Abraitis
2023-02-09*: auto-convert to SPDX License IDsDavid Lamparter
2023-01-31bgpd: Add missing enum's to case statementDonald Sharp
2022-12-16bgpd: Print out useful information about peerDonald Sharp
2022-12-06bgpd: Adopt addpath functionality for labeled-unicastDonatas Abraitis
2020-11-14bgpd, lib, staticd, tests: Convert to using FOREACH_AFI_SAFIDonald Sharp
2020-06-23bgp: rename bgp_node to bgp_destDonald Sharp
2020-03-21bgpd: Convert lots of int type functions to bool/voidDonatas Abraitis
2020-02-06bgpd: Replace bgp_flag_* to [UN]SET/CHECK_FLAG macrosDonatas Abraitis
2019-12-02*: generously apply constDavid Lamparter
2019-11-18bgpd: Fix per afi/safi addpath peer countingMitch Skiba
2019-06-13*: config.h or zebra.h is the first #includeDavid Lamparter
2019-03-14*: remove trailing newlines from zlog messagesQuentin Young
2019-02-20bgpd: fix the add-path code to understand the mpls-vpn safiRenato Westphal
2018-11-16bgpd: Abstract bgp_info retrieving/setting from info pointerDonald Sharp
2018-11-10bgpd: Re-use TX Addpath IDs where possibleMitch Skiba