summaryrefslogtreecommitdiff
path: root/lib/mpls.h
diff options
context:
space:
mode:
authorDonald Sharp <sharpd@cumulusnetworks.com>2020-05-15 08:38:06 -0400
committerGitHub <noreply@github.com>2020-05-15 08:38:06 -0400
commit36caef199ae3af4efddda7b5d2a6d9f43b8f58c4 (patch)
tree59e26fedb422cace74a0e5bbf5216b7204ed58b0 /lib/mpls.h
parent5704e7109dc562d7d85c9b2a80ad8759cfba56ed (diff)
parent82624cef0cf4475aed2be23ed8cad02a8e886d2e (diff)
Merge pull request #6404 from FRRouting/dev_isis_sr
isisd: IS-IS Segment Routing support
Diffstat (limited to 'lib/mpls.h')
-rw-r--r--lib/mpls.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/mpls.h b/lib/mpls.h
index 05cf2935e8..126dbf753d 100644
--- a/lib/mpls.h
+++ b/lib/mpls.h
@@ -127,7 +127,8 @@ enum lsp_types_t {
ZEBRA_LSP_LDP = 2, /* LDP LSP. */
ZEBRA_LSP_BGP = 3, /* BGP LSP. */
ZEBRA_LSP_OSPF_SR = 4,/* OSPF Segment Routing LSP. */
- ZEBRA_LSP_SHARP = 5, /* Identifier for test protocol */
+ ZEBRA_LSP_ISIS_SR = 5,/* IS-IS Segment Routing LSP. */
+ ZEBRA_LSP_SHARP = 6, /* Identifier for test protocol */
};
/* Functions for basic label operations. */