diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-09-12 09:02:39 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 09:31:13 -0400 |
| commit | be0dba358f7cd40ae27f012409734786a13d5ce4 (patch) | |
| tree | 698d02bc1c5227cb5e43686d94ee19a42203dfd7 /zebra/kernel_null.c | |
| parent | ce54994727bf237e0f89168d6818b04ea79f090d (diff) | |
mpls: add null driver
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/kernel_null.c')
| -rw-r--r-- | zebra/kernel_null.c | 7 |
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; } |
