summaryrefslogtreecommitdiff
path: root/zebra/kernel_null.c
diff options
context:
space:
mode:
Diffstat (limited to 'zebra/kernel_null.c')
-rw-r--r--zebra/kernel_null.c7
1 files changed, 0 insertions, 7 deletions
diff --git a/zebra/kernel_null.c b/zebra/kernel_null.c
index 0802570e60..17b3c7bc8d 100644
--- a/zebra/kernel_null.c
+++ b/zebra/kernel_null.c
@@ -30,7 +30,6 @@
#include "zebra/connected.h"
#include "zebra/rt_netlink.h"
#include "zebra/rib.h"
-#include "zebra/zebra_mpls.h"
int kernel_add_ipv4 (struct prefix *a, struct rib *b) { return 0; }
int kernel_update_ipv4 (struct prefix *a, struct rib *b) { return 0; }
@@ -66,9 +65,3 @@ int kernel_neigh_update (int a, int b, uint32_t c, char *d, int e)
void kernel_init (struct zebra_ns *zns) { return; }
void kernel_terminate (struct zebra_ns *zns) { return; }
void route_read (struct zebra_ns *zns) { return; }
-
-int kernel_add_lsp (zebra_lsp_t *l) { return 0; }
-
-int kernel_del_lsp (zebra_lsp_t *l) { return 0; }
-
-int kernel_upd_lsp (zebra_lsp_t *l) { return 0; }