diff options
| author | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-08-04 08:12:54 +0200 |
|---|---|---|
| committer | Carmine Scarpitta <carmine.scarpitta@uniroma2.it> | 2023-09-11 22:11:49 +0200 |
| commit | 899ec39ee524cc4943ff03f13654c602f1f91ad8 (patch) | |
| tree | 50c4147fb75590687a89e047f0b31f86fd3d4e0c /lib/command.h | |
| parent | a1be1942f54a88f3846b4870d6bef39793fc6819 (diff) | |
lib: Add CLI node for SRv6 Node MSD
Signed-off-by: Carmine Scarpitta <carmine.scarpitta@uniroma2.it>
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index a0ff42b107..718d34b007 100644 --- a/lib/command.h +++ b/lib/command.h @@ -173,6 +173,7 @@ enum node_type { VRRP_NODE, /* VRRP node */ BMP_NODE, /* BMP config under router bgp */ ISIS_SRV6_NODE, /* ISIS SRv6 node */ + ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */ NODE_TYPE_MAX, /* maximum */ }; /* clang-format on */ |
