diff options
| author | Mark Stapp <mjs@voltanet.io> | 2021-06-04 13:41:55 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-06-04 13:41:55 -0400 |
| commit | e4768d32b82f0054192f1bf1a455f5fd4e5d895e (patch) | |
| tree | 7f16a15f33ce2356bf013dad4ac8eb82c0e25576 /lib/command.h | |
| parent | dd553fb39b02cd4391d50ffb84b45da7248906ed (diff) | |
| parent | 2ba6be5b24c9c572d167248004fb1e3c4b57e0a2 (diff) | |
Merge pull request #5865 from slankdev/slankdev-zebra-srv6-manager
zebra: srv6 manager
Diffstat (limited to 'lib/command.h')
| -rw-r--r-- | lib/command.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib/command.h b/lib/command.h index 51da4c52e6..c36797d125 100644 --- a/lib/command.h +++ b/lib/command.h @@ -120,6 +120,7 @@ enum node_type { BGP_VNC_L2_GROUP_NODE, /* BGP VNC L2 group */ RFP_DEFAULTS_NODE, /* RFP defaults node */ BGP_EVPN_NODE, /* BGP EVPN node. */ + BGP_SRV6_NODE, /* BGP SRv6 node. */ OSPF_NODE, /* OSPF protocol mode */ OSPF6_NODE, /* OSPF protocol for IPv6 mode */ LDP_NODE, /* LDP protocol mode */ @@ -155,6 +156,9 @@ enum node_type { PCEP_PCE_CONFIG_NODE, /* PCE shared configuration node */ PCEP_PCE_NODE, /* PCE configuration node */ PCEP_PCC_NODE, /* PCC configuration node */ + SRV6_NODE, /* SRv6 node */ + SRV6_LOCS_NODE, /* SRv6 locators node */ + SRV6_LOC_NODE, /* SRv6 locator node */ VTY_NODE, /* Vty node. */ FPM_NODE, /* Dataplane FPM node. */ LINK_PARAMS_NODE, /* Link-parameters node */ |
