From 53ac1fbbe05665005f83a802ebe302e21dec720e Mon Sep 17 00:00:00 2001 From: Stephen Worley Date: Fri, 4 Oct 2019 14:28:33 -0400 Subject: zebra: Comment to indicate where nhg hashtables live Add a comment to the header of `zebra_nhg.c` to point the reader to where the hashtables containing the nhg entries are held. Signed-off-by: Stephen Worley --- zebra/zebra_nhg.h | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'zebra/zebra_nhg.h') diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index 812d9a1a9..d3c63cff3 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -41,6 +41,11 @@ struct nh_grp { PREDECL_RBTREE_UNIQ(nhg_connected_tree); + +/* + * Hashtables contiaining entries found in `zebra_router`. + */ + struct nhg_hash_entry { uint32_t id; afi_t afi; -- cgit v1.2.3