From 108e6a6073b27af8164ca46c30dfe50e6962efe5 Mon Sep 17 00:00:00 2001 From: Igor Putovny Date: Thu, 20 Feb 2025 17:18:16 +0100 Subject: [PATCH] Rename --- proto/aggregator/aggregator.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/proto/aggregator/aggregator.h b/proto/aggregator/aggregator.h index c22decde2..7448fefdc 100644 --- a/proto/aggregator/aggregator.h +++ b/proto/aggregator/aggregator.h @@ -123,7 +123,7 @@ struct aggr_item_node { }; enum fib_status { - UNASSIGNED_STATUS, + UNASSIGNED_FIB, IN_FIB, NON_FIB, }; -- 2.47.2