summaryrefslogtreecommitdiff
path: root/zebra/rt.h
diff options
context:
space:
mode:
authorMark Stapp <mjs@voltanet.io>2018-11-26 16:08:55 -0500
committerMark Stapp <mjs@voltanet.io>2019-01-22 15:07:24 -0500
commitfc60837278118e1475d49b5c32a0ae6a528073a5 (patch)
tree4f91658a5ef84cf6016d39a6867a253795140644 /zebra/rt.h
parent8a6423a372c082b51792a9b2cd5210041f017a5d (diff)
zebra: openbsd LSP update code
Finish the LSP update code for the async dataplane for the openbsd platform. Remove synch apis now that we've converted to the async code path. Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/rt.h')
-rw-r--r--zebra/rt.h15
1 files changed, 0 insertions, 15 deletions
diff --git a/zebra/rt.h b/zebra/rt.h
index 13a398dd00..f2b531400f 100644
--- a/zebra/rt.h
+++ b/zebra/rt.h
@@ -50,21 +50,6 @@ extern int kernel_neigh_update(int cmd, int ifindex, uint32_t addr, char *lla,
extern int kernel_interface_set_master(struct interface *master,
struct interface *slave);
-extern enum zebra_dplane_result kernel_add_lsp(zebra_lsp_t *lsp);
-extern enum zebra_dplane_result kernel_upd_lsp(zebra_lsp_t *lsp);
-extern enum zebra_dplane_result kernel_del_lsp(zebra_lsp_t *lsp);
-
-/*
- * Add the ability to pass back up the lsp install/delete
- * success/failure.
- *
- * This functions goal is similiar to kernel_route_rib_pass_fail
- * in that we are separating out the mechanics for
- * the install/failure to set/unset flags and to notify
- * as needed.
- */
-extern void kernel_lsp_pass_fail(zebra_lsp_t *lsp, enum zebra_dplane_status res);
-
extern int mpls_kernel_init(void);
extern uint32_t kernel_get_speed(struct interface *ifp);