diff options
| author | Stephen Worley <sworley@nvidia.com> | 2021-03-16 11:34:33 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-03-16 11:34:33 -0400 |
| commit | 0a7edab03694b820a69ad2f6c02d6c9dc84b1114 (patch) | |
| tree | a4ba203c3e20ff834590172db3151cb08f7d3c7c /zebra/zebra_nhg.h | |
| parent | 01183a2b00ea91b0616dd2e9d70ce643fb6a8830 (diff) | |
| parent | 9b4ab9098486043627393c055c1f8437e69fb108 (diff) | |
Merge pull request #7993 from mjstapp/reorg_resolve
zebra: reorg nexthop resolution code
Diffstat (limited to 'zebra/zebra_nhg.h')
| -rw-r--r-- | zebra/zebra_nhg.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.h b/zebra/zebra_nhg.h index db20f2beaf..2de34fec68 100644 --- a/zebra/zebra_nhg.h +++ b/zebra/zebra_nhg.h @@ -180,8 +180,9 @@ struct nhg_ctx { vrf_id_t vrf_id; afi_t afi; + /* - * This should only every be ZEBRA_ROUTE_NHG unless we get a a kernel + * This should only ever be ZEBRA_ROUTE_NHG unless we get a a kernel * created nexthop not made by us. */ int type; |
