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: 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
*
bgpd: Convert bgp_policy_type_e to enum
Donatas Abraitis
2022-04-12
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-5
/
+2
*
bgpd: Add bgp_check_selected() helper for abstraction
Donatas Abraitis
2022-02-01
1
-0
/
+9
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-1
/
+1
*
bgpd: fix calculation of update-group hash with maximum-prefix-out
Louis Scalbert
2022-01-20
1
-0
/
+5
*
bgpd: Show max packet size per update-group
Donatas Abraitis
2021-07-03
1
-0
/
+4
*
bgpd: Create another update-group depending on max bgp packet size
Donatas Abraitis
2021-07-03
1
-0
/
+1
*
bgpd: Convert to using peer_established(peer) function
Donald Sharp
2021-06-07
1
-3
/
+3
*
bgpd: Add BGP Extended message support
Donatas Abraitis
2021-03-04
1
-6
/
+10
*
bgpd: Remove #if 0 code
Donald Sharp
2021-01-28
1
-3
/
+0
*
bgpd: Do not send BGP UPDATE if the route actually not changed
Donatas Abraitis
2020-12-11
1
-0
/
+5
*
bgpd: conditional advertisement
Madhuri Kuruganti
2020-10-27
1
-0
/
+28
*
*: unify thread/event cancel macros
Mark Stapp
2020-10-23
1
-4
/
+2
*
*: Use proper semantics for turning off thread
Donald Sharp
2020-10-12
1
-6
/
+3
*
bgpd: Create separate udpate-group when using `maximum-prefix-out` command
Donatas Abraitis
2020-09-15
1
-1
/
+3
*
*: remove PRI[udx](8|16|32)
David Lamparter
2020-07-14
1
-16
/
+7
*
*: un-split strings across lines
David Lamparter
2020-07-14
1
-2
/
+1
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-2
/
+2
*
bgpd: Convert lots of int type functions to bool/void
Donatas Abraitis
2020-03-21
1
-31
/
+31
*
*: Remove parenthesis on return for constants
Donatas Abraitis
2020-02-09
1
-1
/
+1
*
*: don't null after XFREE; XFREE does this itself
Quentin Young
2020-02-03
1
-3
/
+0
*
bgpd: Add an option to limit outgoing prefixes
Donatas Abraitis
2020-01-17
1
-0
/
+1
*
bgpd: Add missing whitespace in update_subgroup_remove_peer_internal()
Donatas Abraitis
2019-11-15
1
-1
/
+1
*
bgpd: When displaying update group information include coalesce time
Donald Sharp
2019-09-23
1
-0
/
+3
*
bgpd: Do not display 'X' as part of outgoing route-map name
Donald Sharp
2019-09-23
1
-2
/
+1
*
*: s/TRUE/true/, s/FALSE/false/
Quentin Young
2019-07-01
1
-6
/
+6
*
bgpd: Process core when prefix list is applied
Soman K S
2019-06-13
1
-2
/
+9
*
lib: hashing functions should take const arguments
Quentin Young
2019-05-14
1
-1
/
+1
*
bgpd: replace ADV_FIFO with DECLARE_LIST
David Lamparter
2019-04-27
1
-3
/
+3
*
*: remove null check before XFREE
Quentin Young
2019-02-26
1
-23
/
+11
*
*: return bool from boolean functions
Quentin Young
2019-02-26
1
-1
/
+1
*
*: Rename backet to bucket
Tim Bray
2019-02-25
1
-2
/
+2
[next]