]> git.puffer.fish Git - matthieu/frr.git/commitdiff
zebra: Comment to indicate where nhg hashtables live
authorStephen Worley <sworley@cumulusnetworks.com>
Fri, 4 Oct 2019 18:28:33 +0000 (14:28 -0400)
committerStephen Worley <sworley@cumulusnetworks.com>
Fri, 25 Oct 2019 15:13:43 +0000 (11:13 -0400)
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 <sworley@cumulusnetworks.com>
zebra/zebra_nhg.h

index 812d9a1a90e8eacc031a6e66f759c2d31504ce7c..d3c63cff3035b42779c46156b2951ef2b2f03909 100644 (file)
@@ -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;