mirror_frr/zebra/zebra_mpls_null.c
Renato Westphal be0dba358f mpls: add null driver
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
2016-09-23 09:31:13 -04:00

8 lines
228 B
C

#include <zebra.h>
#include "zebra/rt.h"
#include "zebra/zebra_mpls.h"
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; }