summaryrefslogtreecommitdiffstats
path: root/bgpd/bgp_route.h
diff options
context:
space:
mode:
authorEnke Chen <enchen@paloaltonetworks.com>2025-01-11 23:14:10 +0100
committerEnke Chen <enchen@paloaltonetworks.com>2025-01-11 23:14:10 +0100
commitd015e1d7d312201c65f3b7d773e5a7606f3e486e (patch)
tree0158f85e58bb78cf61ca522bdda873c19bd251cd /bgpd/bgp_route.h
parentMerge pull request #17829 from Jafaral/static-metric (diff)
downloadfrr-d015e1d7d312201c65f3b7d773e5a7606f3e486e.tar.xz
frr-d015e1d7d312201c65f3b7d773e5a7606f3e486e.zip
bgpd: remove unused safi in bgp_aggregate structure
Remove the unused safi field in bgp_aggregate structure. Signed-off-by: Enke Chen <enchen@paloaltonetworks.com>
Diffstat (limited to '')
-rw-r--r--bgpd/bgp_route.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/bgpd/bgp_route.h b/bgpd/bgp_route.h
index 43033c8c3..7f4a3b918 100644
--- a/bgpd/bgp_route.h
+++ b/bgpd/bgp_route.h
@@ -492,9 +492,6 @@ struct bgp_aggregate {
/* Aggregate route's as-path. */
struct aspath *aspath;
- /* SAFI configuration. */
- safi_t safi;
-
/** MED value found in current group. */
uint32_t med_matched_value;