diff options
| author | Yuqing Zhao <galadriel.zyq@alibaba-inc.com> | 2025-01-13 11:10:48 +0100 |
|---|---|---|
| committer | Yuqing Zhao <galadriel.zyq@alibaba-inc.com> | 2025-01-18 10:28:49 +0000 |
| commit | 4d958078b896404f19257985b48c4d066ea2b2ed (patch) | |
| tree | 8d60b33586b599e8289180fb966c9b6fce6ab218 /lib/command.h | |
| parent | 07ba1cd8b8798958d533c607747c221b3740d965 (diff) | |
lib: Add CLI node for SRv6 static SIDs
Signed-off-by: Yuqing Zhao <galadriel.zyq@alibaba-inc.com>
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 c60751789f..dfd732893b 100644 --- a/lib/command.h +++ b/lib/command.h @@ -154,6 +154,7 @@ enum node_type { PCEP_PCE_NODE, /* PCE configuration node */ PCEP_PCC_NODE, /* PCC configuration node */ SRV6_NODE, /* SRv6 node */ + SRV6_SIDS_NODE, /* SRv6 SIDs node */ SRV6_LOCS_NODE, /* SRv6 locators node */ SRV6_LOC_NODE, /* SRv6 locator node */ SRV6_ENCAP_NODE, /* SRv6 encapsulation node */ |
