diff options
| author | Donald Sharp <sharpd@nvidia.com> | 2021-08-20 09:08:25 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@nvidia.com> | 2021-09-02 10:33:23 -0400 |
| commit | f2595bd5057190f846b3bbff78bf44e538d46a2c (patch) | |
| tree | 02e424ff4c66a84b2d8e0e330fc5e89958496f8e /zebra/zebra_nhg.c | |
| parent | a7d2146a41fa0f0f3929f43c25b186a7f43b1d84 (diff) | |
zebra: Convert to `struct zebra_nhlfe` as per our internal standard
We do not use typedef's to talk about structures as per our standard.
Fixing.
Signed-off-by: Donald Sharp <sharpd@nvidia.com>
Diffstat (limited to 'zebra/zebra_nhg.c')
| -rw-r--r-- | zebra/zebra_nhg.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_nhg.c b/zebra/zebra_nhg.c index 46d5164127..ce11264383 100644 --- a/zebra/zebra_nhg.c +++ b/zebra/zebra_nhg.c @@ -1965,7 +1965,7 @@ static int nexthop_active(struct nexthop *nexthop, struct nhg_hash_entry *nhe, struct route_node *rn; struct route_entry *match = NULL; int resolved; - zebra_nhlfe_t *nhlfe; + struct zebra_nhlfe *nhlfe; struct nexthop *newhop; struct interface *ifp; rib_dest_t *dest; |
