mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 10:11:52 +00: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; }
|