From: Donatas Abraitis Date: Fri, 12 Jan 2024 09:29:43 +0000 (+0200) Subject: bgpd: Drop dampening `tmax` variable from struct X-Git-Tag: base_10.0~123^2 X-Git-Url: https://git.puffer.fish/?a=commitdiff_plain;h=a3ad0d21fb0b0df6375fe516b50be33d8561ab10;p=matthieu%2Ffrr.git bgpd: Drop dampening `tmax` variable from struct Not used anywhere. Signed-off-by: Donatas Abraitis --- diff --git a/bgpd/bgp_damp.h b/bgpd/bgp_damp.h index 5708e6fd55..4aff52c09c 100644 --- a/bgpd/bgp_damp.h +++ b/bgpd/bgp_damp.h @@ -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 */