index
:
frr
master
frr
Fast-forward packages
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
bgpd
/
bgp_damp.c
(
follow
)
Commit message (
Expand
)
Author
Age
Files
Lines
*
*: 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
-4
/
+4
*
*: 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
*
*: auto-convert to SPDX License IDs
David Lamparter
2023-02-09
1
-16
/
+1
*
bgpd: fix time truncation due to parameter type
Rafael Zalamena
2023-01-20
1
-1
/
+2
*
bgpd: Convert from bgp_clock() to monotime()
Donald Sharp
2022-08-24
1
-5
/
+5
*
bgpd: Convert thread_cancel to THREAD_OFF and use THREAD_ARG
Donald Sharp
2022-07-21
1
-1
/
+1
*
*: Change thread->func to return void instead of int
Donald Sharp
2022-02-24
1
-3
/
+1
*
bgpd: Use vty_json() for bgp_print_dampening_parameters()
Donatas Abraitis
2022-01-12
1
-4
/
+1
*
bgpd: add "json" option to "show ip bgp ... dampening parameters"
Renato Westphal
2021-11-23
1
-18
/
+44
*
Revert "bgpd: peer / peer group dampening profiles"
Igor Ryzhov
2021-08-03
1
-419
/
+151
*
Revert "bgpd: clear ip bgp dampening was not triggering the route calculation...
Igor Ryzhov
2021-08-03
1
-11
/
+3
*
Revert "bgpd: Remove useless reuselist_node assignment before while loop"
Igor Ryzhov
2021-08-03
1
-0
/
+1
*
Revert "bgpd: Do not test against bdc again since we already validated"
Igor Ryzhov
2021-08-03
1
-1
/
+1
*
Revert "bgpd: fix double free in dampening code"
Igor Ryzhov
2021-08-03
1
-3
/
+10
*
Revert "bgpd: Drop double-pointer for bgp_damp_info_free()"
Igor Ryzhov
2021-08-03
1
-12
/
+12
*
Revert "bgpd: fix missing list add in dampening"
Igor Ryzhov
2021-08-03
1
-8
/
+1
*
Revert "bgpd: fix incorrect usage of slist in dampening"
Igor Ryzhov
2021-08-03
1
-24
/
+83
*
Revert "bgpd: cleanup bgp_damp_info_free"
Igor Ryzhov
2021-08-03
1
-6
/
+8
*
Revert "bgpd: fix memory leak in dampening"
Donatas Abraitis
2021-07-30
1
-2
/
+5
*
Revert "bgpd: fix missing delete from the list in dampening"
Donatas Abraitis
2021-07-30
1
-4
/
+8
*
Revert "bgpd: use double-linked list instead of single-linked list in dampening"
Donatas Abraitis
2021-07-30
1
-9
/
+9
*
bgpd: use double-linked list instead of single-linked list in dampening
Igor Ryzhov
2021-07-29
1
-9
/
+9
*
bgpd: fix missing delete from the list in dampening
Igor Ryzhov
2021-07-29
1
-8
/
+4
*
bgpd: cleanup bgp_damp_info_free
Igor Ryzhov
2021-07-29
1
-8
/
+6
*
bgpd: fix memory leak in dampening
Igor Ryzhov
2021-07-29
1
-5
/
+2
*
bgpd: fix incorrect usage of slist in dampening
Igor Ryzhov
2021-07-29
1
-83
/
+24
*
Merge pull request #9225 from idryzhov/bgp-damp-list-readd
Russ White
2021-07-29
1
-1
/
+8
|
\
|
*
bgpd: fix missing list add in dampening
Igor Ryzhov
2021-07-29
1
-1
/
+8
*
|
Merge pull request #9222 from ton31337/fix/bgp_dampening_clear
Igor Ryzhov
2021-07-29
1
-12
/
+12
|
\
\
|
|
/
|
/
|
|
*
bgpd: Drop double-pointer for bgp_damp_info_free()
Donatas Abraitis
2021-07-29
1
-12
/
+12
*
|
bgpd: fix double free in dampening code
Igor Ryzhov
2021-07-28
1
-10
/
+3
|
/
*
bgpd: Do not test against bdc again since we already validated
Donatas Abraitis
2021-06-17
1
-1
/
+1
*
bgpd: Remove useless reuselist_node assignment before while loop
Donatas Abraitis
2021-06-17
1
-1
/
+0
*
bgpd: add terse display option on show bgp summary
Louis Scalbert
2021-06-08
1
-1
/
+1
*
bgpd: clear ip bgp dampening was not triggering the route calculation for the...
sudhanshukumar22
2021-02-02
1
-3
/
+11
*
bgpd: peer / peer group dampening profiles
David Schweizer
2020-11-02
1
-151
/
+419
*
bgpd: Use the header
Donald Sharp
2020-12-17
1
-2
/
+1
*
* : update signature of thread_cancel api
Mark Stapp
2020-10-23
1
-4
/
+2
*
bgpd: show < ip > bgp < ipv4 | ipv6 > all
Madhuri Kuruganti
2020-09-03
1
-10
/
+50
*
bgpd: Bypass SA tests regarding division by zero for reuse_limit in dampening
Donatas Abraitis
2020-07-27
1
-0
/
+6
*
bgp: rename bgp_node to bgp_dest
Donald Sharp
2020-06-23
1
-15
/
+16
*
bgpd: Convert users of `rn->p` to use accessor function
Donald Sharp
2020-03-26
1
-3
/
+3
*
*: use gmtime_r, localtime_r exclusively
Mark Stapp
2020-03-05
1
-20
/
+20
*
bgpd: Rework BGP dampening to be per AFI/SAFI
Donatas Abraitis
2019-11-11
1
-204
/
+181
*
*: spelchek
David Lamparter
2018-10-25
1
-1
/
+1
*
bgpd: fix cleanup of dampening configuration
Renato Westphal
2018-10-20
1
-0
/
+3
*
bgpd: Convert binfo to path
Donald Sharp
2018-10-09
1
-44
/
+43
[next]