mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-07-26 04:54:44 +00:00
bgpd: Drop dampening tmax
variable from struct
Not used anywhere. Signed-off-by: Donatas Abraitis <donatas@opensourcerouting.org>
This commit is contained in:
parent
883f134921
commit
a3ad0d21fb
@ -65,7 +65,6 @@ struct bgp_damp_config {
|
|||||||
/* Non-configurable parameters but fixed at implementation time.
|
/* Non-configurable parameters but fixed at implementation time.
|
||||||
* To change this values, init_bgp_damp() should be modified.
|
* To change this values, init_bgp_damp() should be modified.
|
||||||
*/
|
*/
|
||||||
time_t tmax; /* Max time previous instability retained */
|
|
||||||
unsigned int reuse_list_size; /* Number of reuse lists */
|
unsigned int reuse_list_size; /* Number of reuse lists */
|
||||||
unsigned int reuse_index_size; /* Size of reuse index array */
|
unsigned int reuse_index_size; /* Size of reuse index array */
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user