index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_updgrp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Increase peer's struct cap from uint32 to uint64
Donatas Abraitis
2024-01-24
1
-8
/
+8
*
Merge pull request #14992 from opensourcerouting/fix/oad_missing_parts
Russ White
2023-12-12
1
-5
/
+5
|
\
|
*
bgpd: Use sub_sort also when creating a hash key for update-groups
Donatas Abraitis
2023-12-12
1
-0
/
+1
|
*
bgpd: Add sub_sort for update group debug logging
Donatas Abraitis
2023-12-12
1
-5
/
+4
*
|
bgpd: Convert variable `withdraw` integer to bool
Donatas Abraitis
2023-12-08
1
-4
/
+4
|
/
*
bgpd: Implement EBGP-OAD peering type
Donatas Abraitis
2023-10-06
1
-0
/
+1
*
bgpd: fix return of local from ctime_r
Mark Stapp
2023-09-21
1
-2
/
+3
*
bgpd: replace ctime with ctime_r
Mark Stapp
2023-09-19
1
-2
/
+3
*
bgpd: Move the peer->su to connection->su
Donald Sharp
2023-09-10
1
-1
/
+13
*
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
1
-3
/
+2
*
bgpd: peer_established should be connection oriented
Donald Sharp
2023-09-10
1
-7
/
+10
*
bgpd: move t_generate_updgrp_packets into peer_connection
Donald Sharp
2023-09-09
1
-4
/
+5
*
bgpd: Remove withdraw_low from system, it is never used
Donald Sharp
2023-07-21
1
-1
/
+1
*
bgpd: Deprecate Prestandard Outbound Route Filtering capability
Donatas Abraitis
2023-07-07
1
-16
/
+9
*
Merge pull request #13728 from opensourcerouting/fix/addpath_drop_non_best_ad...
Russ White
2023-06-20
1
-0
/
+4
|
\
|
*
bgpd: Implement `neighbor X addpath-tx-best-selected` command
Donatas Abraitis
2023-06-07
1
-0
/
+4
*
|
bgpd: Remove bgp_lock() when spawning a timer for default-originate
Donatas Abraitis
2023-05-31
1
-1
/
+0
|
/
*
bgpd: Remove unnecessary check for groups
anlan_cs
2023-04-16
1
-12
/
+2
*
*: Convert event.h to frrevent.h
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-5
/
+5
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-3
/
+3
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Add a hash_clean_and_free() function
Donald Sharp
2023-03-21
1
-6
/
+3
*
bgpd: Add missing items to debug for update group hash key creation
Donald Sharp
2023-03-07
1
-2
/
+19
*
bgpd: Convert missing uint32_t to uint64_t for for af_flags/flags
Donatas Abraitis
2023-02-23
1
-3
/
+3
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
bgpd: Do not send routes back received from a peer
Donatas Abraitis
2023-01-14
1
-2
/
+7
*
bgpd: Don't always allocate json memory in non-json path
Donald Sharp
2022-12-09
1
-1
/
+2
*
bgpd: Adopt addpath functionality for labeled-unicast
Donatas Abraitis
2022-12-06
1
-2
/
+10
*
bgpd: JSON support for show ip bgp vrf all update-group
Ashwini Reddy
2022-11-24
1
-61
/
+243
*
bgpd: Implement Accumulated IGP Metric Attribute for BGP
Donatas Abraitis
2022-10-26
1
-0
/
+5
*
bgpd: Fix memory leak for `conf_copy()` - SoO ecommunity
Donatas Abraitis
2022-09-10
1
-0
/
+2
*
bgpd: Increase peer af_flags to uint64_t
Donatas Abraitis
2022-08-31
1
-8
/
+9
*
Merge pull request #11833 from opensourcerouting/feature/bgp_neighbor_soo
Russ White
2022-08-30
1
-0
/
+12
|
\
|
*
bgpd: Add `neighbor soo` command
Donatas Abraitis
2022-08-20
1
-0
/
+12
*
|
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-2
/
+2
|
/
*
bgpd: apply cond-adv policy to update group
Quentin Young
2022-08-11
1
-0
/
+8
*
bgpd: Send route update when modifying access/aspath/prefix lists
Donatas Abraitis
2022-08-05
1
-1
/
+1
*
bgpd: Rename baa_new/baa_free/etc functions to be human-readable
Donatas Abraitis
2022-07-25
1
-2
/
+4
*
bgpd: Cleanup subgroup hash when we delete/merge a subgroup
Donatas Abraitis
2022-07-25
1
-1
/
+3
*
bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARG
Donald Sharp
2022-07-21
1
-1
/
+1
*
Merge pull request #11285 from iqras23/conditional_def_orig
David Lamparter
2022-07-12
1
-1
/
+25
|
\
|
*
bgpd: fix route-map update and delete route-map
Abhinay Ramesh
2022-07-06
1
-1
/
+25
*
|
bgpd: work around GCC/plugin shortcomings
David Lamparter
2022-07-08
1
-7
/
+4
|
/
*
Merge pull request #11426 from error2407/open_policy
Donatas Abraitis
2022-06-27
1
-0
/
+11
|
\
|
*
bgpd: Add RFC9234 implementation
Eugene Bogomazov
2022-06-17
1
-0
/
+11
*
|
bgpd: Increase peer->flags to uint64_t
Donatas Abraitis
2022-06-20
1
-4
/
+8
|
/
*
bgpd: Add a bit of debug to give us data about how an update group is formed
Donald Sharp
2022-05-13
1
-1
/
+53
*
*: remove the checking returned value for hash_get()
anlan_cs
2022-05-02
1
-2
/
+0
[next]