summaryrefslogtreecommitdiff
path: root/zebra/zebra_mpls_null.c
diff options
context:
space:
mode:
authorRenato Westphal <renato@opensourcerouting.org>2016-06-02 08:28:15 -0300
committerDonald Sharp <sharpd@cumulusnetworks.com>2016-09-23 09:31:15 -0400
commitd3e2c74adaa2564775f2c60320213e28e329be50 (patch)
treeef609154588b3a799911e990774f47975bf83f7d /zebra/zebra_mpls_null.c
parentbe0dba358f7cd40ae27f012409734786a13d5ce4 (diff)
mpls: add support to the OpenBSD kernel
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_mpls_null.c')
-rw-r--r--zebra/zebra_mpls_null.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_null.c b/zebra/zebra_mpls_null.c
index 9022fe30d2..93405b88fd 100644
--- a/zebra/zebra_mpls_null.c
+++ b/zebra/zebra_mpls_null.c
@@ -5,3 +5,4 @@
int kernel_add_lsp (zebra_lsp_t *lsp) { return 0; }
int kernel_upd_lsp (zebra_lsp_t *lsp) { return 0; }
int kernel_del_lsp (zebra_lsp_t *lsp) { return 0; }
+void mpls_kernel_init (void) {};