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: 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
*
bgpd: fix aspath memory leak
Igor Ryzhov
2021-09-08
1
-0
/
+2
*
bgpd: fix default-originate route-map processing
Igor Ryzhov
2021-09-08
1
-13
/
+9
*
bgpd: Avoid more assignments within checks (round 2)
Donatas Abraitis
2021-06-29
1
-1
/
+2
*
bgpd: Fix SA warning about freeing an aspath
Mark Stapp
2021-06-24
1
-0
/
+2
*
Merge pull request #8860 from ton31337/fix/aspath_prepend_default-originate
Donald Sharp
2021-06-23
1
-1
/
+1
|
\
|
*
bgpd: Allow aspath prepending for default-originate with route-maps
Donatas Abraitis
2021-06-22
1
-1
/
+1
*
|
bgpd: Make sure we don't miss to unlock for bgp_dest before returning
Donatas Abraitis
2021-06-22
1
-2
/
+4
|
/
*
bgpd: Filter BGP routes by prefix version
Donatas Abraitis
2021-04-12
1
-2
/
+2
*
bgpd: Centralize the dest unlocking for adj_out data structure
Donald Sharp
2021-02-01
1
-22
/
+9
*
bgpd: attr is already derefed cannot be null here
Donald Sharp
2021-01-18
1
-4
/
+1
*
bgpd: Do not send BGP UPDATE if the route actually not changed
Donatas Abraitis
2020-12-11
1
-0
/
+22
*
Merge pull request #7523 from donaldsharp/route_map_object_t
Russ White
2020-11-17
1
-2
/
+1
|
\
|
*
*: Remove route_map_object_t from the system
Donald Sharp
2020-11-14
1
-2
/
+1
*
|
bgpd: Fix missed unlocks
Donald Sharp
2020-11-14
1
-1
/
+3
|
/
*
bgpd: Advertise FIB installed routes to bgp peers (Part 3)
Soman K S
2020-11-06
1
-7
/
+43
[next]