summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls.c
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-11-26 16:07:51 -0500
committerMark Stapp <mjs@voltanet.io>2019-01-22 15:07:24 -0500
commit8a6423a372c082b51792a9b2cd5210041f017a5d (patch)
tree001ac57d56f6b059e7bb975c397d985d545dcf09 /zebra/zebra_mpls.c
parentb24204be32293646335e86afdf5625811fd5224d (diff)
zebra: remove use of sync LSP update apis
Remove the last use of the pre-dataplane LSP update apis; remove the stubs from the 'null' implementation file. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_mpls.c')
-rw-r--r--zebra/zebra_mpls.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/zebra/zebra_mpls.c b/zebra/zebra_mpls.c
index 9806f6836c..ae60ac2d61 100644
--- a/zebra/zebra_mpls.c
+++ b/zebra/zebra_mpls.c
@@ -862,7 +862,7 @@ static void lsp_uninstall_from_kernel(struct hash_backet *backet, void *ctxt)
lsp = (zebra_lsp_t *)backet->data;
if (CHECK_FLAG(lsp->flags, LSP_FLAG_INSTALLED))
- (void)kernel_del_lsp(lsp);
+ (void)dplane_lsp_delete(lsp);
}
/*