mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
Merge pull request #15138 from opensourcerouting/fix/drop_unused_var_bgp_damp
bgpd: Drop dampening `tmax` variable from struct
This commit is contained in:
commit
8006207a92
|
@ -65,7 +65,6 @@ struct bgp_damp_config {
|
|||
/* Non-configurable parameters but fixed at implementation time.
|
||||
* 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_index_size; /* Size of reuse index array */
|
||||
|
||||
|
|
Loading…
Reference in a new issue