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.c | |
| parent | 4020564a3cc230d4ef14d39b69d15e1c967d33e7 (diff) | |
| parent | 5a3cf85391b3665b5344d577e98aaa29a1927818 (diff) | |
Merge pull request #7155 from donaldsharp/TRAP
Offload/Trap
Diffstat (limited to 'zebra/zebra_router.c')
| -rw-r--r-- | zebra/zebra_router.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/zebra/zebra_router.c b/zebra/zebra_router.c index 66f2924555..fc4390f7f8 100644 --- a/zebra/zebra_router.c +++ b/zebra/zebra_router.c @@ -290,4 +290,6 @@ void zebra_router_init(void) zrouter.nhgs_id = hash_create_size(8, zebra_nhg_id_key, zebra_nhg_hash_id_equal, "Zebra Router Nexthop Groups ID index"); + + zrouter.asic_offloaded = false; } |
