summaryrefslogtreecommitdiff
path: root/zebra/rib.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/rib.h')
-rw-r--r--zebra/rib.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h
index a95bcc0550..e6d6d87447 100644
--- a/zebra/rib.h
+++ b/zebra/rib.h
@@ -93,7 +93,8 @@ struct route_entry {
/* Nexthop group from FIB (optional) */
struct nexthop_group fib_ng;
- struct nhg_hash_entry *nhe;
+ /* Nexthop group hash entry ID */
+ uint32_t nhe_id;
/* Tag */
route_tag_t tag;