summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.c (follow)
Commit message (Expand)AuthorAgeFilesLines
...
* | 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
* bgpd: Refactor bgp_update some for nexthop reachabilityDonald Sharp2024-10-311-97/+58
* bgpd: In bgp_update() for mac addrs ensure we are dealing with evpnDonald Sharp2024-10-311-1/+1
* bgpd: In bgp_update try to optimize is_loop_check variableDonald Sharp2024-10-311-19/+16
* bgpd: Only set bgp_labels in bgp_update if we have num_labelsDonald Sharp2024-10-311-4/+5
* bgpd: allowas_in and aspath_loop_count only used in one if statementDonald Sharp2024-10-311-8/+5
* bgpd: add some counters not displayed yetDonald Sharp2024-10-291-1/+9
* Merge pull request #17251 from donaldsharp/bgp_best_path_evpn_issueRuss White2024-10-291-7/+15
|\
| * bgpd: bestpath failure when you have a singlepath not in holddownDonald Sharp2024-10-251-7/+15
* | bgpd: fix display of local label in show bgpLouis Scalbert2024-10-251-1/+1
|/
* Merge pull request #17199 from enkechen-panw/aigp-fix5Donatas Abraitis2024-10-251-29/+26
|\
| * bgpd: compare aigp after local route check in bgp_path_info_cmp()Enke Chen2024-10-241-29/+26
* | bgpd: Only grab the confed path count if we are comparing itDonald Sharp2024-10-251-1/+1
* | bgpd: Do not call evpn_overlay_free no matter whatDonald Sharp2024-10-251-8/+12
|/
* Merge pull request #17165 from opensourcerouting/fix/bgp_community_no_export_oadRuss White2024-10-221-5/+4
|\
| * bgpd: Do not filter no-export community for BGP OAD (one administration domain)Donatas Abraitis2024-10-181-5/+4
* | bgpd: Rework extended community transitivinessDonatas Abraitis2024-10-221-0/+44
* | bgpd: fix AIGP calculation in route advertisementEnke Chen2024-10-221-0/+15
* | bgpd: changes for code maintainabilitysri-mohan12024-10-181-59/+53
* | bgpd: fix several issues in sourcing AIGP attributeEnke Chen2024-10-161-9/+1
|/
* Merge pull request #16946 from opensourcerouting/fix/match_src-peerRuss White2024-10-161-10/+13
|\
| * bgpd: Add back pointer to source (from) peer in bgp_path_info structDonatas Abraitis2024-09-271-10/+13
* | Merge pull request #17038 from opensourcerouting/feature/bgp_set_metric_internalRuss White2024-10-151-8/+6
|\ \
| * | bgpd: Re-announce the routes if the underlay IGP metric changesDonatas Abraitis2024-10-151-4/+3
| * | bgpd: Set MED using a helper bgp_attr_set_med()Donatas Abraitis2024-10-151-4/+3
* | | Merge pull request #17073 from louis-6wind/fix-ipv6-ll-nexthop-reflectorRuss White2024-10-151-12/+11
|\ \ \ | |/ / |/| |
| * | bgpd, tests: don't send local nexthop from rr clientLouis Scalbert2024-10-141-0/+1
| * | bgpd: rename reflect in subgroup_announce_checkLouis Scalbert2024-10-141-12/+10
* | | bgpd: fix route selection with AIGPEnke Chen2024-10-151-2/+2
|/ /
* | bgpd: reset ipv6 invalid link-local nexthopLouis Scalbert2024-10-101-2/+5
* | bgpd: do not insert link-local with local unchangedLouis Scalbert2024-10-101-10/+15
* | Revert "bgpd: Exclude case for remote prefix w/o link-local"Louis Scalbert2024-10-091-10/+7
* | Merge pull request #16945 from opensourcerouting/fix/bgp_received-routes_with...Russ White2024-10-081-4/+4
|\ \
| * | bgpd: Show unmodified version of received-routes per neighborDonatas Abraitis2024-09-271-4/+4
| |/
* | bgpd: Remove bgp_path_info_mpath_dequeueDonald Sharp2024-10-011-4/+0
* | bgpd: Cleanup multipath figuring out in bgpDonald Sharp2024-10-011-12/+9
|/
* Merge pull request #16838 from opensourcerouting/fix/refresh_pr_9079Russ White2024-09-241-15/+31
|\
| * bgpd: VRF-Lite fix default bgp deleteDon Slice2024-09-181-15/+31
* | Merge pull request #16219 from cunningr/prevent-ipv6-link-local-injectionRuss White2024-09-241-7/+10
|\ \ | |/ |/|
| * bgpd: Exclude case for remote prefix w/o link-localRichard Cunningham2024-08-291-7/+10
* | Merge pull request #16720 from opensourcerouting/fix/default_originate_not_ne...Russ White2024-09-181-1/+2
|\ \
| * | bgpd: Do not scan update-groups if default-originate timer is set to 0Donatas Abraitis2024-09-021-1/+2
| |/
* | bgpd: add counters for redistributed and aggregated routesEnke Chen2024-09-181-0/+13
* | bgpd: Remove check for bgp pointerDonald Sharp2024-09-111-1/+0