]> git.proxmox.com Git - mirror_frr.git/blob - zebra/zebra_mpls_null.c
Merge remote-tracking branch 'origin/cmaster' into cmaster-next
[mirror_frr.git] / zebra / zebra_mpls_null.c
1 #include <zebra.h>
2 #include "zebra/rt.h"
3 #include "zebra/zebra_mpls.h"
4
5 int kernel_add_lsp (zebra_lsp_t *lsp) { return 0; }
6 int kernel_upd_lsp (zebra_lsp_t *lsp) { return 0; }
7 int kernel_del_lsp (zebra_lsp_t *lsp) { return 0; }
8 int mpls_kernel_init (void) { return -1; };