diff options
| author | Igor Ryzhov <iryzhov@nfware.com> | 2022-02-01 12:19:11 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-02-01 12:19:11 +0300 |
| commit | 461a8d7aba640de1a93ca0d583e08db41ad0d70d (patch) | |
| tree | 8bde1a140913f768c4282e107991fdc1474482f8 /zebra/zebra_rib.c | |
| parent | eaedb8892df335c67bdd6f9752465258b971c6d5 (diff) | |
| parent | b86c1f4fccb6bbc760e1eb276b41dd6a7f86f632 (diff) | |
Merge pull request #10443 from mjstapp/zebra_re_opaque
zebra: name the route_entry opaque struct more specifically
Diffstat (limited to 'zebra/zebra_rib.c')
| -rw-r--r-- | zebra/zebra_rib.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_rib.c b/zebra/zebra_rib.c index 1374b932ae..d00413a222 100644 --- a/zebra/zebra_rib.c +++ b/zebra/zebra_rib.c @@ -3105,7 +3105,7 @@ void rib_unlink(struct route_node *rn, struct route_entry *re) nexthops_free(re->fib_ng.nexthop); - zapi_opaque_free(re->opaque); + zapi_re_opaque_free(re->opaque); XFREE(MTYPE_RE, re); } |
