summaryrefslogtreecommitdiff
path: root/zebra/rt.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2019-02-05 18:41:12 -0500
committerGitHub <noreply@github.com>2019-02-05 18:41:12 -0500
commit4634d02cfd86685156b29c8084a979749efe15e2 (patch)
tree877368695bf3484d632785d040eab21ac2aa802e /zebra/rt.h
parentc0a0dbb01b7186dddfa5320d12f26efc761da3b0 (diff)
parent9bd9717bb28195bb2f0a874993f7bc89cbc47e1b (diff)
Merge pull request #3684 from mjstapp/dplane_pw
zebra: async dataplane for pseudowires
Diffstat (limited to 'zebra/rt.h')
-rw-r--r--zebra/rt.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/zebra/rt.h b/zebra/rt.h
index 6d12d8ea2e..4080b0ccb2 100644
--- a/zebra/rt.h
+++ b/zebra/rt.h
@@ -32,7 +32,7 @@
#include "zebra/zebra_dplane.h"
/*
- * Update or delete a route or LSP from the kernel,
+ * Update or delete a route, LSP, or pseudowire from the kernel,
* using info from a dataplane context.
*/
extern enum zebra_dplane_result kernel_route_update(
@@ -41,6 +41,8 @@ extern enum zebra_dplane_result kernel_route_update(
extern enum zebra_dplane_result kernel_lsp_update(
struct zebra_dplane_ctx *ctx);
+enum zebra_dplane_result kernel_pw_update(struct zebra_dplane_ctx *ctx);
+
extern int kernel_address_add_ipv4(struct interface *, struct connected *);
extern int kernel_address_delete_ipv4(struct interface *, struct connected *);
extern int kernel_address_add_ipv6(struct interface *, struct connected *);