summaryrefslogtreecommitdiff
path: root/zebra/zebra_router.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_router.h')
-rw-r--r--zebra/zebra_router.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/zebra/zebra_router.h b/zebra/zebra_router.h
index f73a8f2d59..67f94bfcfe 100644
--- a/zebra/zebra_router.h
+++ b/zebra/zebra_router.h
@@ -182,6 +182,11 @@ struct zebra_router {
*/
struct hash *nhgs;
struct hash *nhgs_id;
+
+ /*
+ * Does the underlying system provide an asic offload
+ */
+ bool asic_offloaded;
};
#define GRACEFUL_RESTART_TIME 60