summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* bgpd: prefix match for advertised/received-routesTrey Aspelund2023-02-081-18/+114
* bgpd: add 'detail' option to bestpath-routesTrey Aspelund2023-02-081-5/+24
* Merge pull request #12707 from donaldsharp/missed_enumsDonatas Abraitis2023-02-071-3/+12
|\
| * bgpd: Add missing enum's to case statementDonald Sharp2023-01-311-3/+12
* | bgpd: Drop struct bgp from vpn_leak_to_vrf_withdraw()Donatas Abraitis2023-02-061-8/+6
* | lib, bgpd: Add ability to specify that some json output should not be prettyDonald Sharp2023-02-021-1/+10
* | Merge pull request #12713 from opensourcerouting/fix/json_naming_deprecationDonald Sharp2023-02-011-6/+1
|\ \ | |/ |/|
| * *: Drop deprecated incorrect JSON fields with wrong namingDonatas Abraitis2023-01-311-6/+1
* | Merge pull request #12695 from opensourcerouting/format-warningsDonald Sharp2023-01-311-5/+5
|\ \ | |/ |/|
| * bgpd: fix format string mess in AS-path printingDavid Lamparter2023-01-271-5/+5
* | bgpd: bgp_update and bgp_withdraw never return failuresDonald Sharp2023-01-301-63/+33
|/
* bgpd: encode properly vpnv6 nexthopPhilippe Guibert2023-01-231-2/+6
* Revert "bgpd: optimal router reflection cli and fsm changes"Donatas Abraitis2023-01-171-70/+0
* Merge pull request #12584 from pguibert6WIND/bgp_imported_distanceRuss White2023-01-171-0/+7
|\
| * bgpd: imported vpn entries get appropriate distancePhilippe Guibert2023-01-171-0/+7
* | bgpd: Do not send routes back received from a peerDonatas Abraitis2023-01-141-3/+3
|/
* Revert "Merge pull request #11127 from louis-6wind/bgp-leak"Donald Sharp2023-01-131-19/+9
* Merge pull request #12622 from taspelund/adj-rib-jsonDonatas Abraitis2023-01-111-43/+92
|\
| * bgpd: add "detail" for advertised/received-routesTrey Aspelund2023-01-101-43/+92
* | Merge pull request #12577 from louis-6wind/fix-bgp-evpn-allDonatas Abraitis2023-01-111-0/+3
|\ \ | |/ |/|
| * bgpd: fix show bgp all with evpnLouis Scalbert2022-12-291-0/+3
* | bgpd: Fix the number of arguments for frrtrace()Donatas Abraitis2023-01-051-1/+1
* | Merge pull request #12458 from liron-ze/aggre-route-withdrawDonatas Abraitis2023-01-041-5/+6
|\ \ | |/ |/|
| * bgpd: Fix aggregated routes are withdrawn abnormally.liuze032022-12-141-5/+6
* | Merge pull request #12562 from opensourcerouting/fix/add_frrtrace_points_for_...Russ White2022-12-271-2/+6
|\ \
| * | bgpd: Add lttng tracepoints for bgp_path_info_add/freeDonatas Abraitis2022-12-231-2/+6
* | | Merge pull request #12558 from donaldsharp/bgp_static_route_mem_leakRuss White2022-12-271-1/+5
|\ \ \
| * | | bgpd: static routes are leaked on shutdownDonald Sharp2022-12-211-1/+5
| |/ /
* | | Merge pull request #12515 from opensourcerouting/fix/show_ip_bgp_detail_weird...Russ White2022-12-271-21/+41
|\ \ \
| * | | bgpd: Adopt `show bgp detail-routes` command for L3VPN outputs as wellDonatas Abraitis2022-12-201-11/+10
| * | | bgpd: Set routes detail flag when using flowspec detailed commandDonatas Abraitis2022-12-201-1/+1
| * | | bgpd: Add `show ip bgp <afi> <safi> detail` command versionDonatas Abraitis2022-12-201-3/+9
| * | | bgpd: Rename BGP_SHOW_OPT_DETAIL to BGP_SHOW_OPT_JSON_DETAILDonatas Abraitis2022-12-201-9/+9
| * | | bgpd: Show the real prefix for `show bgp detail`Donatas Abraitis2022-12-201-9/+24
| |/ /
* | | bgpd: move mp_nexthop_prefer_global boolean attribute to nh_flagLouis Scalbert2022-12-161-9/+13
* | | bgpd: update route leaking when a VRF loopback is receivedLouis Scalbert2022-12-161-0/+6
|/ /
* | bgpd: display the IGP metric of the ultimate path in route detailsLouis Scalbert2022-12-151-6/+8
* | bgpd: Free memory allocated by info_make() when hitting maximum-prefixDonatas Abraitis2022-12-091-3/+8
* | Merge pull request #12467 from opensourcerouting/fix/advertised_routes_json_n...Donald Sharp2022-12-091-2/+20
|\ \
| * | bgpd: Deprecate `bgpStatusCodes` and `bgpOriginCodes`Donatas Abraitis2022-12-081-2/+20
* | | bgpd: totalPrefixCounter incorectly shows sent prefix countDonatas Abraitis2022-12-071-0/+1
|/ /
* | Merge pull request #12456 from opensourcerouting/fix/bgpd_labeled_unicast_rr_...Donald Sharp2022-12-071-4/+7
|\ \ | |/ |/|
| * bgpd: Adopt addpath functionality for labeled-unicastDonatas Abraitis2022-12-061-4/+2
| * bgpd: Show in JSON if the advertised path is multipathDonatas Abraitis2022-12-061-0/+5
* | Merge pull request #12322 from fdumontet6WIND/confed_numRuss White2022-12-061-5/+12
|\ \ | |/ |/|
| * bgp: fix case where confederation id same as member-asFrancois Dumontet2022-11-251-5/+12
* | bgpd: Fix unaligned output of advertised-routes, bestpath-routes, etc.Donatas Abraitis2022-12-021-1/+1
* | Merge pull request #12418 from opensourcerouting/fix/tests_for_while_trueDonald Sharp2022-12-011-8/+11
|\ \
| * | bgpd: Adjust received prefix count only when we validate the nexthopDonatas Abraitis2022-11-291-8/+11
* | | Merge pull request #12416 from opensourcerouting/fix/inet_ntopmobash-rasool2022-11-301-39/+26
|\ \ \