summaryrefslogtreecommitdiff
path: root/zebra/zebra_dplane.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2020-05-08 09:44:58 -0400
committerGitHub <noreply@github.com>2020-05-08 09:44:58 -0400
commita6f1ad43f0939c2cbb6d68fd42b485eea520a144 (patch)
tree8a2f26747ebe18370063c5b75e12ce8cbbadc8a4 /zebra/zebra_dplane.c
parentbcf7b9e1c9d2f3dbbcf7904133b5475a7b858115 (diff)
parent91e6f25bc0ac835e2724a463e495f01cff5e04ea (diff)
Merge pull request #6362 from donaldsharp/typedef_i_hatez_it
Typedef replacements
Diffstat (limited to 'zebra/zebra_dplane.c')
-rw-r--r--zebra/zebra_dplane.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_dplane.c b/zebra/zebra_dplane.c
index 143354b166..cc8cab1ff5 100644
--- a/zebra/zebra_dplane.c
+++ b/zebra/zebra_dplane.c
@@ -1530,7 +1530,7 @@ int dplane_ctx_route_init(struct zebra_dplane_ctx *ctx, enum dplane_op_e op,
{
int ret = EINVAL;
const struct route_table *table = NULL;
- const rib_table_info_t *info;
+ const struct rib_table_info *info;
const struct prefix *p, *src_p;
struct zebra_ns *zns;
struct zebra_vrf *zvrf;