diff options
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 1b0504101c..2eae9a1b35 100644 --- a/lib/command.h +++ b/lib/command.h @@ -145,6 +145,11 @@ 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 */ VTY_NODE, /* Vty node. */ FPM_NODE, /* Dataplane FPM node. */ LINK_PARAMS_NODE, /* Link-parameters node */ |
