diff options
Diffstat (limited to 'zebra/zebra_srte.c')
| -rw-r--r-- | zebra/zebra_srte.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/zebra/zebra_srte.c b/zebra/zebra_srte.c index 6dd60af9fb..167edf81f7 100644 --- a/zebra/zebra_srte.c +++ b/zebra/zebra_srte.c @@ -99,7 +99,7 @@ struct zebra_sr_policy *zebra_sr_policy_find_by_name(char *name) static int zebra_sr_policy_notify_update_client(struct zebra_sr_policy *policy, struct zserv *client) { - const zebra_nhlfe_t *nhlfe; + const struct zebra_nhlfe *nhlfe; struct stream *s; uint32_t message = 0; unsigned long nump = 0; @@ -293,7 +293,7 @@ int zebra_sr_policy_validate(struct zebra_sr_policy *policy, int zebra_sr_policy_bsid_install(struct zebra_sr_policy *policy) { struct zapi_srte_tunnel *zt = &policy->segment_list; - zebra_nhlfe_t *nhlfe; + struct zebra_nhlfe *nhlfe; if (zt->local_label == MPLS_LABEL_NONE) return 0; |
