diff options
| author | Mark Stapp <mjs@voltanet.io> | 2020-09-23 16:06:37 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-09-23 16:06:37 -0400 |
| commit | ccda0eadac743dd4e9b02d6c28b226ef6e8f90b3 (patch) | |
| tree | 7e7dc46fa6e9c96e0a34296fa5d43139817fb170 /zebra/zebra_router.h | |
| parent | 4020564a3cc230d4ef14d39b69d15e1c967d33e7 (diff) | |
| parent | 5a3cf85391b3665b5344d577e98aaa29a1927818 (diff) | |
Merge pull request #7155 from donaldsharp/TRAP
Offload/Trap
Diffstat (limited to 'zebra/zebra_router.h')
| -rw-r--r-- | zebra/zebra_router.h | 5 |
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 |
