diff options
author | Christian Franke <chris@opensourcerouting.org> | 2018-08-09 22:07:20 +0200 |
---|---|---|
committer | Christian Franke <chris@opensourcerouting.org> | 2018-09-05 11:38:13 +0200 |
commit | 1cbd5b37b7c0fc7bb1a075f2f232f5251ef1a106 (patch) | |
tree | d49be4fc66189ed29fd3418b680f1456f3f909b4 /isisd/isis_pdu.h | |
parent | fabricd: reimplement LSP transmission logic (diff) | |
download | frr-1cbd5b37b7c0fc7bb1a075f2f232f5251ef1a106.tar.xz frr-1cbd5b37b7c0fc7bb1a075f2f232f5251ef1a106.zip |
fabricd: support transmission/reception of circuit-scoped LSPs
OpenFabric makes use of flooding scope LSPs to reduce the amount of
reflooding caused by the update process. Implement transmission and
reception of such PDUs.
Signed-off-by: Christian Franke <chris@opensourcerouting.org>
Diffstat (limited to 'isisd/isis_pdu.h')
-rw-r--r-- | isisd/isis_pdu.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/isisd/isis_pdu.h b/isisd/isis_pdu.h index ea19de259..3d2420eb0 100644 --- a/isisd/isis_pdu.h +++ b/isisd/isis_pdu.h @@ -127,6 +127,8 @@ struct isis_p2p_hello_hdr { #define L1_LINK_STATE 18 #define L2_LINK_STATE 20 +#define FS_LINK_STATE 10 +#define L2_CIRCUIT_FLOODING_SCOPE 2 struct isis_lsp_hdr { uint16_t pdu_len; uint16_t rem_lifetime; |