summaryrefslogtreecommitdiff
path: root/zebra/zebra_srte.h
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/zebra_srte.h')
-rw-r--r--zebra/zebra_srte.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_srte.h b/zebra/zebra_srte.h
index e5239b7b7b..fe77809446 100644
--- a/zebra/zebra_srte.h
+++ b/zebra/zebra_srte.h
@@ -43,7 +43,7 @@ struct zebra_sr_policy {
char name[SRTE_POLICY_NAME_MAX_LENGTH];
enum zebra_sr_policy_status status;
struct zapi_srte_tunnel segment_list;
- zebra_lsp_t *lsp;
+ struct zebra_lsp *lsp;
struct zebra_vrf *zvrf;
};
RB_HEAD(zebra_sr_policy_instance_head, zebra_sr_policy);