From 4d958078b896404f19257985b48c4d066ea2b2ed Mon Sep 17 00:00:00 2001 From: Yuqing Zhao Date: Mon, 13 Jan 2025 11:10:48 +0100 Subject: [PATCH] lib: Add CLI node for SRv6 static SIDs Signed-off-by: Yuqing Zhao --- lib/command.h | 1 + 1 file changed, 1 insertion(+) 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 */