index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_conditional_adv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Ensure community data is freed in some cases.
Donald Sharp
2024-03-14
1
-2
/
+3
*
bgpd: Flush attrs only if we don't have to announce a conditional route
Donatas Abraitis
2023-11-21
1
-1
/
+2
*
bgpd: Do not suppress conditional advertisement updates if triggered
Donatas Abraitis
2023-10-20
1
-0
/
+1
*
bgpd: peer_established should be connection oriented
Donald Sharp
2023-09-10
1
-1
/
+1
*
*: Convert THREAD_XXX macros to EVENT_XXX macros
Donald Sharp
2023-03-24
1
-2
/
+2
*
*: Convert a bunch of thread_XX to event_XX
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: Convert thread_add_XXX functions to event_add_XXX
Donald Sharp
2023-03-24
1
-4
/
+4
*
*: Rename `struct thread` to `struct event`
Donald Sharp
2023-03-24
1
-1
/
+1
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-14
/
+1
*
bgpd: Notify BGP conditional advertisement thread when the peer goes down
Donatas Abraitis
2022-10-20
1
-2
/
+17
*
bgpd: conditional advertisement code cleanup
Madhuri Kuruganti
2022-10-06
1
-0
/
+161
*
bgpd: adding debug command for conditional advertisement
Madhuri Kuruganti
2022-10-06
1
-23
/
+15
*
bgpd: apply cond-adv policy to update group
Quentin Young
2022-08-11
1
-2
/
+20
*
bgpd: Start conditional advertisement timer instantly
Donatas Abraitis
2022-07-01
1
-2
/
+3
*
bgpd: rename update_type enum values
Quentin Young
2022-07-01
1
-6
/
+9
*
*: Fix spelling of atleast
Donald Sharp
2022-04-19
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-2
/
+1
*
bgpd: Allow setting attributes over route-maps for conditional advertisements
Donatas Abraitis
2022-02-18
1
-40
/
+38
*
bgpd: Add bgp_check_selected() helper for abstraction
Donatas Abraitis
2022-02-01
1
-6
/
+2
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-1
/
+1
*
bgpd: apply maximum-prefix-out without clearing the neighbor
Louis Scalbert
2022-01-20
1
-0
/
+4
*
bgpd: fix memory leaks when using route-maps
Igor Ryzhov
2021-09-15
1
-7
/
+8
*
bgpd: add knob to config cond-adv scanner period
Quentin Young
2021-07-13
1
-2
/
+2
*
bgpd: Convert to using peer_established(peer) function
Donald Sharp
2021-06-07
1
-1
/
+1
*
*: make sure `config.h` or `zebra.h` is first
David Lamparter
2021-04-23
1
-0
/
+2
*
bgpd: Remove awful test of strmatch + get_afi_safi_str
Donald Sharp
2020-12-17
1
-4
/
+0
*
bgpd: Use the header
Donald Sharp
2020-12-17
1
-2
/
+1
*
Merge pull request #7523 from donaldsharp/route_map_object_t
Russ White
2020-11-17
1
-2
/
+2
|
\
|
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-2
/
+2
*
|
bgpd: Fix missed unlocks
Donald Sharp
2020-11-14
1
-0
/
+1
|
/
*
bgpd: conditional advertisement - copyright
Madhuri Kuruganti
2020-10-27
1
-1
/
+1
*
bgpd: conditional advertisement - topotests-2
Madhuri Kuruganti
2020-10-27
1
-6
/
+52
*
bgpd: conditional advertisement - topotests
Madhuri Kuruganti
2020-10-27
1
-3
/
+3
*
bgpd: conditional advertisement - comments addressed and few checks
Madhuri Kuruganti
2020-10-27
1
-21
/
+36
*
bgpd: conditional advertisement - comments addressed
Madhuri Kuruganti
2020-10-27
1
-1
/
+1
*
bgpd: conditional advertisement - other match rules support
Madhuri Kuruganti
2020-10-27
1
-289
/
+120
*
bgpd: conditional advertisement - with route-map filter
Madhuri Kuruganti
2020-10-27
1
-48
/
+15
*
bgpd: conditional advertisement
Madhuri Kuruganti
2020-10-27
1
-0
/
+484