diff options
| author | Duncan Eastoe <duncan.eastoe@att.com> | 2020-11-27 16:12:22 +0000 |
|---|---|---|
| committer | Duncan Eastoe <duncan.eastoe@att.com> | 2020-11-30 12:13:43 +0000 |
| commit | f9bf1ecc38b42c385c1dc949d3b66a8fcc8daa61 (patch) | |
| tree | c464b77a5a58336210e57958bc3fa8c8b4b91862 /zebra/zebra_mpls.h | |
| parent | b300c8bbcff94018fd0dce2ce19cdb830a673a4f (diff) | |
zebra: dplane FPM LSP table walk
Add routines to walk the LSP table and generate FPM updates for all
entries. A walk of the LSP table is triggered when (re-)connecting
to an FPM.
Signed-off-by: Duncan Eastoe <duncan.eastoe@att.com>
Diffstat (limited to 'zebra/zebra_mpls.h')
| -rw-r--r-- | zebra/zebra_mpls.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/zebra/zebra_mpls.h b/zebra/zebra_mpls.h index 5167233040..dd2d2e5658 100644 --- a/zebra/zebra_mpls.h +++ b/zebra/zebra_mpls.h @@ -116,6 +116,7 @@ struct zebra_lsp_t_ { #define LSP_FLAG_SCHEDULED (1 << 0) #define LSP_FLAG_INSTALLED (1 << 1) #define LSP_FLAG_CHANGED (1 << 2) +#define LSP_FLAG_FPM (1 << 3) /* Address-family of NHLFE - saved here for delete. All NHLFEs */ /* have to be of the same AF */ |
