index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_route.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
...
*
|
bgpd: Add unlikely for debugs in bgp_update()
Donald Sharp
2024-11-07
1
-7
/
+7
*
|
bgpd: Mark debugs as unlikely in bgp_withdraw
Donald Sharp
2024-11-07
1
-2
/
+2
*
|
bgpd: In bgp_withdraw attempt to avoid a if statement on every pass
Donald Sharp
2024-11-07
1
-5
/
+1
*
|
bgpd: Pass in the prefix instead of looking it up again
Donald Sharp
2024-11-07
1
-6
/
+3
*
|
bgpd: Clear all paths including addpath once GR expires
Donatas Abraitis
2024-11-07
1
-2
/
+0
|
/
*
bgpd: Move RFC 8212 check for inbound before filter in bgp_update
Donald Sharp
2024-10-31
1
-23
/
+22
*
bgpd: Convert rcvd_attr_printed to a bool
Donald Sharp
2024-10-31
1
-3
/
+3
*
bgpd: Refactor bgp_update some for nexthop reachability
Donald Sharp
2024-10-31
1
-97
/
+58
*
bgpd: In bgp_update() for mac addrs ensure we are dealing with evpn
Donald Sharp
2024-10-31
1
-1
/
+1
*
bgpd: In bgp_update try to optimize is_loop_check variable
Donald Sharp
2024-10-31
1
-19
/
+16
*
bgpd: Only set bgp_labels in bgp_update if we have num_labels
Donald Sharp
2024-10-31
1
-4
/
+5
*
bgpd: allowas_in and aspath_loop_count only used in one if statement
Donald Sharp
2024-10-31
1
-8
/
+5
*
bgpd: add some counters not displayed yet
Donald Sharp
2024-10-29
1
-1
/
+9
*
Merge pull request #17251 from donaldsharp/bgp_best_path_evpn_issue
Russ White
2024-10-29
1
-7
/
+15
|
\
|
*
bgpd: bestpath failure when you have a singlepath not in holddown
Donald Sharp
2024-10-25
1
-7
/
+15
*
|
bgpd: fix display of local label in show bgp
Louis Scalbert
2024-10-25
1
-1
/
+1
|
/
*
Merge pull request #17199 from enkechen-panw/aigp-fix5
Donatas Abraitis
2024-10-25
1
-29
/
+26
|
\
|
*
bgpd: compare aigp after local route check in bgp_path_info_cmp()
Enke Chen
2024-10-24
1
-29
/
+26
*
|
bgpd: Only grab the confed path count if we are comparing it
Donald Sharp
2024-10-25
1
-1
/
+1
*
|
bgpd: Do not call evpn_overlay_free no matter what
Donald Sharp
2024-10-25
1
-8
/
+12
|
/
*
Merge pull request #17165 from opensourcerouting/fix/bgp_community_no_export_oad
Russ White
2024-10-22
1
-5
/
+4
|
\
|
*
bgpd: Do not filter no-export community for BGP OAD (one administration domain)
Donatas Abraitis
2024-10-18
1
-5
/
+4
*
|
bgpd: Rework extended community transitiviness
Donatas Abraitis
2024-10-22
1
-0
/
+44
*
|
bgpd: fix AIGP calculation in route advertisement
Enke Chen
2024-10-22
1
-0
/
+15
*
|
bgpd: changes for code maintainability
sri-mohan1
2024-10-18
1
-59
/
+53
*
|
bgpd: fix several issues in sourcing AIGP attribute
Enke Chen
2024-10-16
1
-9
/
+1
|
/
*
Merge pull request #16946 from opensourcerouting/fix/match_src-peer
Russ White
2024-10-16
1
-10
/
+13
|
\
|
*
bgpd: Add back pointer to source (from) peer in bgp_path_info struct
Donatas Abraitis
2024-09-27
1
-10
/
+13
*
|
Merge pull request #17038 from opensourcerouting/feature/bgp_set_metric_internal
Russ White
2024-10-15
1
-8
/
+6
|
\
\
|
*
|
bgpd: Re-announce the routes if the underlay IGP metric changes
Donatas Abraitis
2024-10-15
1
-4
/
+3
|
*
|
bgpd: Set MED using a helper bgp_attr_set_med()
Donatas Abraitis
2024-10-15
1
-4
/
+3
*
|
|
Merge pull request #17073 from louis-6wind/fix-ipv6-ll-nexthop-reflector
Russ White
2024-10-15
1
-12
/
+11
|
\
\
\
|
|
/
/
|
/
|
|
|
*
|
bgpd, tests: don't send local nexthop from rr client
Louis Scalbert
2024-10-14
1
-0
/
+1
|
*
|
bgpd: rename reflect in subgroup_announce_check
Louis Scalbert
2024-10-14
1
-12
/
+10
*
|
|
bgpd: fix route selection with AIGP
Enke Chen
2024-10-15
1
-2
/
+2
|
/
/
*
|
bgpd: reset ipv6 invalid link-local nexthop
Louis Scalbert
2024-10-10
1
-2
/
+5
*
|
bgpd: do not insert link-local with local unchanged
Louis Scalbert
2024-10-10
1
-10
/
+15
*
|
Revert "bgpd: Exclude case for remote prefix w/o link-local"
Louis Scalbert
2024-10-09
1
-10
/
+7
*
|
Merge pull request #16945 from opensourcerouting/fix/bgp_received-routes_with...
Russ White
2024-10-08
1
-4
/
+4
|
\
\
|
*
|
bgpd: Show unmodified version of received-routes per neighbor
Donatas Abraitis
2024-09-27
1
-4
/
+4
|
|
/
*
|
bgpd: Remove bgp_path_info_mpath_dequeue
Donald Sharp
2024-10-01
1
-4
/
+0
*
|
bgpd: Cleanup multipath figuring out in bgp
Donald Sharp
2024-10-01
1
-12
/
+9
|
/
*
Merge pull request #16838 from opensourcerouting/fix/refresh_pr_9079
Russ White
2024-09-24
1
-15
/
+31
|
\
|
*
bgpd: VRF-Lite fix default bgp delete
Don Slice
2024-09-18
1
-15
/
+31
*
|
Merge pull request #16219 from cunningr/prevent-ipv6-link-local-injection
Russ White
2024-09-24
1
-7
/
+10
|
\
\
|
|
/
|
/
|
|
*
bgpd: Exclude case for remote prefix w/o link-local
Richard Cunningham
2024-08-29
1
-7
/
+10
*
|
Merge pull request #16720 from opensourcerouting/fix/default_originate_not_ne...
Russ White
2024-09-18
1
-1
/
+2
|
\
\
|
*
|
bgpd: Do not scan update-groups if default-originate timer is set to 0
Donatas Abraitis
2024-09-02
1
-1
/
+2
|
|
/
*
|
bgpd: add counters for redistributed and aggregated routes
Enke Chen
2024-09-18
1
-0
/
+13
*
|
bgpd: Remove check for bgp pointer
Donald Sharp
2024-09-11
1
-1
/
+0
[prev]
[next]