summaryrefslogtreecommitdiff
path: root/lib/command.h
diff options
context:
space:
mode:
authorOlivier Dugeon <olivier.dugeon@orange.com>2020-12-18 20:28:22 +0100
committerGitHub <noreply@github.com>2020-12-18 20:28:22 +0100
commit065f7c7cc066b4c909daa5d79d6fee3eeed43a2e (patch)
tree2d367f03b0b24746817f5a786510d23ca7e4b09c /lib/command.h
parentb2d8bcc52a7d31ad9aacdb578093dabf327fb563 (diff)
parentefba0985fcddee80df257147f7e398b52dad089b (diff)
Merge pull request #7351 from opensourcerouting/feature/pathd
Add a new SR-TE policy management daemon and an optional PCEP module
Diffstat (limited to 'lib/command.h')
-rw-r--r--lib/command.h9
1 files changed, 9 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h
index 1b0504101c..bfe64a7235 100644
--- a/lib/command.h
+++ b/lib/command.h
@@ -145,6 +145,15 @@ enum node_type {
PROTOCOL_NODE, /* protocol filtering node */
MPLS_NODE, /* MPLS config node */
PW_NODE, /* Pseudowire config node */
+ SEGMENT_ROUTING_NODE, /* Segment routing root node */
+ SR_TRAFFIC_ENG_NODE, /* SR Traffic Engineering node */
+ SR_SEGMENT_LIST_NODE, /* SR segment list config node */
+ SR_POLICY_NODE, /* SR policy config node */
+ SR_CANDIDATE_DYN_NODE, /* SR dynamic candidate path config node */
+ PCEP_NODE, /* PCEP node */
+ PCEP_PCE_CONFIG_NODE, /* PCE shared configuration node */
+ PCEP_PCE_NODE, /* PCE configuration node */
+ PCEP_PCC_NODE, /* PCC configuration node */
VTY_NODE, /* Vty node. */
FPM_NODE, /* Dataplane FPM node. */
LINK_PARAMS_NODE, /* Link-parameters node */