diff options
| author | Mark Stapp <mjs@voltanet.io> | 2019-04-12 15:34:12 -0400 | 
|---|---|---|
| committer | Mark Stapp <mjs@voltanet.io> | 2019-05-28 08:35:01 -0400 | 
| commit | 104e3ad95ec0afac5090240ca2e40d6def25b002 (patch) | |
| tree | 8a9484dce50dc4765fd892e1b31109ea80e536ee /zebra/zebra_mpls.h | |
| parent | 3ab54059be88b0dce9e6a97e2ddc32723f3dfacf (diff) | |
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 3a131e1aaf..d983221cb5 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  | 
