summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #17810 from donaldsharp/bgp_connect_refactorRuss White3 days1-6/+5
|\
| * bgpd: su_remote and su_local are properties of the connectionDonald Sharp8 days1-6/+5
* | Merge pull request #17854 from enkechen-panw/flag-reflectedDonatas Abraitis3 days1-2/+0
|\ \
| * | bgpd: remove unused BATTR_REFLECTED for rmap_change_flagsEnke Chen4 days1-2/+0
* | | bgpd: move bgp_aggregate_increment() after bgp_path_info_add()Enke Chen4 days1-7/+7
|/ /
* | Merge pull request #17800 from opensourcerouting/fix/import_between_vrf_respe...Russ White4 days1-5/+4
|\ \
| * | bgpd: Respect allowas-in value from the source VRF's peerDonatas Abraitis10 days1-5/+4
* | | Merge pull request #17837 from enkechen-panw/aggr-fix4Russ White4 days1-0/+26
|\ \ \
| * | | bgpd: fix churn of aggregate routes from duplicate configEnke Chen6 days1-0/+26
| | |/ | |/|
* / | bgpd: remove unused safi in bgp_aggregate structureEnke Chen6 days1-1/+1
|/ /
* | Merge pull request #17811 from enkechen-panw/aggr-fix3Donatas Abraitis8 days1-1/+8
|\ \
| * | bgpd: fix memory leak in bgp_aggregate_install()Enke Chen8 days1-1/+8
* | | bgpd: apply route-map for aggregate before attribute comparisonEnke Chen9 days1-78/+24
* | | Revert "bgpd: Reinstall aggregated routes if using route-maps and it was chan...Enke Chen10 days1-4/+2
|/ /
* / bgpd: add debugging command for route aggregationEnke Chen10 days1-4/+14
|/
* Merge pull request #17723 from opensourcerouting/fix/bgpd_metric_worseRuss White11 days1-1/+1
|\
| * bgpd: Respect `bgp bestpath missing-as-worst` for `table-map` as wellDonatas Abraitis2024-12-261-1/+1
* | Merge pull request #17431 from krishna-samy/bgpd_json_commitsRuss White11 days1-21/+82
|\ \
| * | bgpd: neighbors received-routes/advertised-routes stringify changesSindhu Parvathi Gopinathan2024-11-191-21/+82
* | | Merge pull request #17716 from ykholod/master-17463Donatas Abraitis2025-01-011-0/+22
|\ \ \
| * | | BGP: Clean address-family config on daemon restartYaroslav Kholod2024-12-301-0/+22
| | |/ | |/|
* / | bgpd: display rpki state in 'show bgp ipvX detail'Philippe Guibert2024-12-271-9/+8
|/ /
* | Merge pull request #17684 from opensourcerouting/fix/json_time_no_newlineJafar Al-Gharaibeh2024-12-221-2/+2
|\ \
| * | bgpd: Replace ctime_r() to time_to_string[_json]() to handle JSON/non-JSONDonatas Abraitis2024-12-201-2/+2
* | | Merge pull request #17674 from opensourcerouting/fix/bgp_show_advertised_rout...Jafar Al-Gharaibeh2024-12-201-48/+48
|\ \ \
| * | | bgpd: Print totalRoutes and totalPaths in JSON outputDonatas Abraitis2024-12-191-1/+6
| * | | bgpd: Show applied route-map attributes for `neighbor X advertised-routes det...Donatas Abraitis2024-12-191-47/+42
* | | | Merge pull request #17619 from donaldsharp/bgp_metaq_upstreamJafar Al-Gharaibeh2024-12-201-85/+285
|\ \ \ \ | |_|/ / |/| | |
| * | | bgpd: add meta queue in bgpKarthikeya Venkat Muppalla2024-12-171-85/+285
| |/ /
* / / bgpd: add rpki json attributes to bgp pathPhilippe Guibert2024-12-191-5/+10
|/ /
* | Merge pull request #17613 from donaldsharp/evpn_bgp_bestpath_failureRuss White2024-12-171-1/+28
|\ \
| * | bgpd: Fix evpn bestpath calculation when path is not establishedDonald Sharp2024-12-111-1/+28
* | | bgpd: When calling bgp_process, prevent infinite loopDonald Sharp2024-12-121-8/+12
|/ /
* | bgpd: Show which route-map is used when the prefix is filtered by route-mapDonatas Abraitis2024-12-041-6/+5
* | bgpd: fix version attribute is an int, not a stringPhilippe Guibert2024-11-261-2/+1
* | bgpd: Optimize the outbound path if RFC8212 is appliedDonatas Abraitis2024-11-171-21/+21
* | Merge pull request #17427 from opensourcerouting/fix/more_details_for_ebgp_no...Jafar Al-Gharaibeh2024-11-171-4/+4
|\ \
| * | bgpd: Add more details to ebgp requires policy warningDonatas Abraitis2024-11-151-4/+4
* | | bgpd: Validate both nexthop information (NEXTHOP and NLRI)Donatas Abraitis2024-11-151-28/+22
| |/ |/|
* | bgpd: Reduce the nesting level for show_adj_route()Donatas Abraitis2024-11-131-58/+41
* | bgpd: Show neighbor advertised paths including addpathDonatas Abraitis2024-11-131-10/+23
|/
* Merge pull request #17362 from raja-rajasekar/rajasekarr/src_proto_for_redist...Donatas Abraitis2024-11-091-0/+1
|\
| * bgpd: Fix for match source-protocol in route-map for redistribute cmdRajasekar Raja2024-11-091-0/+1
* | bgpd: Add unlikely for debugs in bgp_update()Donald Sharp2024-11-071-7/+7
* | bgpd: Mark debugs as unlikely in bgp_withdrawDonald Sharp2024-11-071-2/+2
* | bgpd: In bgp_withdraw attempt to avoid a if statement on every passDonald Sharp2024-11-071-5/+1
* | bgpd: Pass in the prefix instead of looking it up againDonald Sharp2024-11-071-6/+3
* | bgpd: Clear all paths including addpath once GR expiresDonatas Abraitis2024-11-071-2/+0
|/
* bgpd: Move RFC 8212 check for inbound before filter in bgp_updateDonald Sharp2024-10-311-23/+22
* bgpd: Convert rcvd_attr_printed to a boolDonald Sharp2024-10-311-3/+3