]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_router.h
zebra: Add a second table for indexing by ID
[mirror_frr.git] / zebra / zebra_router.h
index 25a7adac11f7262a8904de5f0029fc0d4a873906..cdf8fbe9e8baed597f29a1a1444519f14c2256d0 100644 (file)
@@ -132,6 +132,12 @@ struct zebra_router {
         * Time for when we sweep the rib from old routes
         */
        time_t startup_time;
+
+       /*
+        * The hash of nexthop groups associated with this router
+        */
+       struct hash *nhgs;
+       struct hash *nhgs_id;
 };
 
 #define GRACEFUL_RESTART_TIME 60