From 8a6423a372c082b51792a9b2cd5210041f017a5d Mon Sep 17 00:00:00 2001 From: Mark Stapp Date: Mon, 26 Nov 2018 16:07:51 -0500 Subject: 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 --- zebra/zebra_mpls_null.c | 15 --------------- 1 file changed, 15 deletions(-) (limited to 'zebra/zebra_mpls_null.c') diff --git a/zebra/zebra_mpls_null.c b/zebra/zebra_mpls_null.c index eed0610b6..409432c4f 100644 --- a/zebra/zebra_mpls_null.c +++ b/zebra/zebra_mpls_null.c @@ -24,21 +24,6 @@ #if !defined(HAVE_NETLINK) && !defined(OPEN_BSD) -enum zebra_dplane_result kernel_add_lsp(zebra_lsp_t *lsp) -{ - return ZEBRA_DPLANE_REQUEST_SUCCESS; -} - -enum zebra_dplane_result kernel_upd_lsp(zebra_lsp_t *lsp) -{ - return ZEBRA_DPLANE_REQUEST_SUCCESS; -} - -enum zebra_dplane_result kernel_del_lsp(zebra_lsp_t *lsp) -{ - return ZEBRA_DPLANE_REQUEST_SUCCESS; -} - int mpls_kernel_init(void) { return -1; -- cgit v1.2.3