summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorHiroki Shirokura <hiroki.shirokura@linecorp.com>2021-12-18 08:11:58 +0000
committerLouis Scalbert <louis.scalbert@6wind.com>2023-04-18 10:13:59 +0200
commit46fb37cf6774e910692f254e870451b2960197f2 (patch)
tree51e6ae40ff220e8f525c0b034c44c2211eaf8ec5 /lib/command.h
parent735fb37db1897f6393680c62d369e339146f004b (diff)
lib,vtysh,isisd,yang: algo cli/yang/callbacks
Define the IS-IS flex-algo structure in yang, the CLI configuration commands and the skeletons of frontend and backend functions that are called by the CLI code. Signed-off-by: Hiroki Shirokura <hiroki.shirokura@linecorp.com> Signed-off-by: Eric Kinzie <ekinzie@labn.net> Signed-off-by: Louis Scalbert <louis.scalbert@6wind.com>
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 8856f9f09f..39fbfa661a 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -129,6 +129,7 @@ enum node_type {
LDP_L2VPN_NODE, /* LDP L2VPN node */
LDP_PSEUDOWIRE_NODE, /* LDP Pseudowire node */
ISIS_NODE, /* ISIS protocol mode */
+ ISIS_FLEX_ALGO_NODE, /* ISIS Flex Algo mode */
ACCESS_NODE, /* Access list node. */
PREFIX_NODE, /* Prefix list node. */
ACCESS_IPV6_NODE, /* Access list node. */