summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorCarmine Scarpitta <carmine.scarpitta@uniroma2.it>2022-11-28 11:36:34 +0100
committerCarmine Scarpitta <carmine.scarpitta@uniroma2.it>2023-08-04 09:29:16 +0200
commitc57ff2d123b822f6257c1ba4926bf7f7a51292f8 (patch)
tree5d6afc6f1e1ef3cf14a92574bc6b913db31252a2 /lib/command.h
parenteb918dbd25cef3d721c59e65917371806e1019d3 (diff)
isisd: Add CLI command to enable SRv6
r1# conf r1(config)# router isis <area-tag> r1(config-router)# segment-routing srv6 Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 3167c652c5..a0ff42b107 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -172,6 +172,7 @@ enum node_type {
OPENFABRIC_NODE, /* OpenFabric router configuration node */
VRRP_NODE, /* VRRP node */
BMP_NODE, /* BMP config under router bgp */
+ ISIS_SRV6_NODE, /* ISIS SRv6 node */
NODE_TYPE_MAX, /* maximum */
};
/* clang-format on */