diff options
| author | Renato Westphal <renato@opensourcerouting.org> | 2016-06-02 08:28:15 -0300 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-09-23 09:31:15 -0400 |
| commit | d3e2c74adaa2564775f2c60320213e28e329be50 (patch) | |
| tree | ef609154588b3a799911e990774f47975bf83f7d /zebra/zebra_mpls_null.c | |
| parent | be0dba358f7cd40ae27f012409734786a13d5ce4 (diff) | |
mpls: add support to the OpenBSD kernel
Signed-off-by: Renato Westphal <renato@opensourcerouting.org>
Diffstat (limited to 'zebra/zebra_mpls_null.c')
| -rw-r--r-- | zebra/zebra_mpls_null.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_mpls_null.c b/zebra/zebra_mpls_null.c index 9022fe30d2..93405b88fd 100644 --- a/zebra/zebra_mpls_null.c +++ b/zebra/zebra_mpls_null.c @@ -5,3 +5,4 @@ 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; } +void mpls_kernel_init (void) {}; |
