summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-02-15 11:39:12 -0500
committerStephen Worley <sworley@cumulusnetworks.com>2019-10-25 11:13:36 -0400
commit9a0d4dd39be7cbed048e45b5a27ceb81608d76f6 (patch)
tree6f99e0b22fb96b36e6c84876cd863336410b0d0b /zebra/rib.h
parenteecacedc3b9526b59ef690bce41f41158a137c9f (diff)
zebra: Remove nexthop_active_num from route entry
The nexthop_active_num data structure is a property of the nexthop group. Move the keeping of this data to that. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h3
1 files changed, 0 insertions, 3 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index 4bef6e0543..5b5bd4c279 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -135,9 +135,6 @@ struct route_entry {
/* Route has Failed installation into the Data Plane in some manner */
#define ROUTE_ENTRY_FAILED 0x20
- /* Nexthop information. */
- uint8_t nexthop_active_num;
-
/* Sequence value incremented for each dataplane operation */
uint32_t dplane_sequence;