]> git.proxmox.com Git - mirror_frr.git/blobdiff - zebra/zebra_mpls_null.c
mpls: add support to the OpenBSD kernel
[mirror_frr.git] / zebra / zebra_mpls_null.c
index 9022fe30d27b3071504116da5d026315c9d80897..93405b88fda813557bd8f060a6939d337807d695 100644 (file)
@@ -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) {};