mirror of
https://github.com/FRRouting/frr.git
synced 2025-04-30 13:37:17 +02:00
8 lines
228 B
C
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; }
|