index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_updgrp_adv.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
bgpd: Withdraw routes without waiting for the coalescing timer to expire
Donatas Abraitis
2024-12-18
1
-46
/
+49
*
Merge pull request #16830 from louis-6wind/fix-addpath-race
Russ White
2024-12-17
1
-2
/
+6
|
\
|
*
bgpd: fix missing addpath withdrawal race condition
Louis Scalbert
2024-09-14
1
-2
/
+6
*
|
bgpd: Show which prefix is suppressed if debug out is enabled
Donatas Abraitis
2024-12-11
1
-1
/
+1
*
|
bgpd: Set MED using a helper bgp_attr_set_med()
Donatas Abraitis
2024-10-15
1
-2
/
+2
|
/
*
bgpd: fix label in adj-rib-out
Philippe Guibert
2024-06-05
1
-1
/
+9
*
bgpd: Fix display when using `missing-as-worst`
Donald Sharp
2024-04-15
1
-6
/
+7
*
bgpd: Optimize the path for suppressed announcements
Donatas Abraitis
2024-03-26
1
-4
/
+6
*
bgpd: Ensure community data is freed in some cases.
Donald Sharp
2024-03-14
1
-17
/
+20
*
bgpd: Ensure that the correct aspath is free'd
Donald Sharp
2024-03-14
1
-1
/
+3
*
bgpd: Implement Paths-Limit capability
Donatas Abraitis
2024-02-13
1
-5
/
+29
*
bgpd: Fix memory leak for default-originate with route-map
Donatas Abraitis
2024-01-08
1
-1
/
+1
*
bgpd: Convert variable `withdraw` integer to bool
Donatas Abraitis
2023-12-08
1
-3
/
+3
*
bgpd: Used %pBD instead of %pRN
Donald Sharp
2023-11-13
1
-3
/
+2
*
bgpd: Convert the bgp_advertise_attr->adv to a fifo
Donald Sharp
2023-10-10
1
-1
/
+1
*
bgpd: bgp_fsm_change_status/BGP_TIMER_ON and BGP_EVENT_ADD
Donald Sharp
2023-09-10
1
-3
/
+5
*
bgpd: move t_routeadv to peer_connection
Donald Sharp
2023-09-09
1
-2
/
+3
*
Merge pull request #13728 from opensourcerouting/fix/addpath_drop_non_best_ad...
Russ White
2023-06-20
1
-19
/
+73
|
\
|
*
bgpd: Implement `neighbor X addpath-tx-best-selected` command
Donatas Abraitis
2023-06-07
1
-19
/
+73
*
|
bgpd: some safi's do not mix with bgp suppress-fib
Donald Sharp
2023-06-14
1
-4
/
+7
|
/
*
bgpd: Refactor subgroup_announce_table() to reuse an existing helpers
Donatas Abraitis
2023-05-25
1
-52
/
+25
*
*: 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
-2
/
+2
*
*: 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
-1
/
+1
*
*: Rename thread.[ch] to event.[ch]
Donald Sharp
2023-03-24
1
-1
/
+1
*
bgpd: Rename bgp_afi_node_lookup() to bgp_safi_node_lookup()
Donatas Abraitis
2023-03-14
1
-2
/
+2
*
bgpd: Increment version number even when no data is sent
Donald Sharp
2023-03-11
1
-0
/
+17
*
bgpd: Intern attributes before putting into rib-out
Donatas Abraitis
2023-02-27
1
-3
/
+6
*
Merge pull request #12780 from opensourcerouting/spdx-license-id
Donald Sharp
2023-02-17
1
-16
/
+1
|
\
|
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
|
bgpd: Intern default-originate attributes to avoid use-after-free
Donatas Abraitis
2023-02-09
1
-3
/
+7
|
/
*
bgpd: Announce labeled-unicast default-originate
Donatas Abraitis
2022-12-07
1
-7
/
+18
*
bgpd: fix "bgp max-med on-startup"
Alexander Chernavin
2022-10-11
1
-0
/
+5
*
bgpd: Improve indentation in bgp_updgrp_adv.c
Donald Sharp
2022-07-27
1
-87
/
+82
*
bgpd: Rename baa_new/baa_free/etc functions to be human-readable
Donatas Abraitis
2022-07-25
1
-2
/
+2
*
bgpd: Remove various macros that overlap THREAD_OFF
Donald Sharp
2022-07-21
1
-1
/
+1
*
bgpd: Fix insonsistencies with default-originate route-map
Iqra Siddiqui
2022-07-06
1
-16
/
+18
*
bgpd: fix route-map update and delete route-map
Abhinay Ramesh
2022-07-06
1
-1
/
+13
*
bgpd: Initialize attr->local_pref to the configured default value
Donatas Abraitis
2022-06-06
1
-2
/
+1
*
bgpd: Metric not set with default route.
Abhinay Ramesh
2022-04-13
1
-0
/
+2
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
bgpd: Allow setting attributes over route-maps for conditional advertisements
Donatas Abraitis
2022-02-18
1
-2
/
+2
*
bgpd: remove bgp_attr_undup
Igor Ryzhov
2022-02-09
1
-1
/
+1
*
bgpd: Add bgp_check_selected() helper for abstraction
Donatas Abraitis
2022-02-01
1
-5
/
+2
*
bgpd: Convert bgp_addpath_encode_[tr]x() to bool from int
Donatas Abraitis
2022-02-01
1
-2
/
+2
*
bgpd: apply maximum-prefix-out without clearing the neighbor
Louis Scalbert
2022-01-20
1
-1
/
+12
*
bgpd, tests: Add code to handle failed installations
Donald Sharp
2021-12-17
1
-5
/
+15
*
*: use compiler.h MIN/MAX macros instead of everyone having one
Donald Sharp
2021-11-11
1
-3
/
+3
*
bgpd: fix coverity warning
Igor Ryzhov
2021-09-15
1
-0
/
+3
[next]