diff options
author | Mark Stapp <mjs@voltanet.io> | 2019-04-12 21:34:12 +0200 |
---|---|---|
committer | Mark Stapp <mjs@voltanet.io> | 2019-05-28 14:35:01 +0200 |
commit | 104e3ad95ec0afac5090240ca2e40d6def25b002 (patch) | |
tree | 8a9484dce50dc4765fd892e1b31109ea80e536ee /zebra/zebra_mpls.h | |
parent | zebra: add dplane context lsp setters (diff) | |
download | frr-104e3ad95ec0afac5090240ca2e40d6def25b002.tar.xz frr-104e3ad95ec0afac5090240ca2e40d6def25b002.zip |
zebra: mpls lsp async notifications
Add LSP notification event type; add a handler for LSP notifs;
dispatch to that handler.
Signed-off-by: Mark Stapp <mjs@voltanet.io>
Diffstat (limited to 'zebra/zebra_mpls.h')
-rw-r--r-- | zebra/zebra_mpls.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 3a131e1aa..d983221cb 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -352,6 +352,9 @@ struct zebra_dplane_ctx; void zebra_mpls_lsp_dplane_result(struct zebra_dplane_ctx *ctx); +/* Process async dplane notifications. */ +void zebra_mpls_process_dplane_notify(struct zebra_dplane_ctx *ctx); + /* * Schedule all MPLS label forwarding entries for processing. * Called upon changes that may affect one or more of them such as |