diff options
Diffstat (limited to 'zebra/rib.h')
| -rw-r--r-- | zebra/rib.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/zebra/rib.h b/zebra/rib.h index 076608bb0f..fa8193bedf 100644 --- a/zebra/rib.h +++ b/zebra/rib.h @@ -108,8 +108,11 @@ struct route_entry { struct nexthop_group fib_ng; struct nexthop_group fib_backup_ng; - /* Nexthop group hash entry ID */ + /* Nexthop group hash entry IDs. The "installed" id is the id + * used in linux/netlink, if available. + */ uint32_t nhe_id; + uint32_t nhe_installed_id; /* Tag */ route_tag_t tag; |
