Skip to content

Commit

Permalink
WIP: Refactor PCEP vtysh for 20.3 release
Browse files Browse the repository at this point in the history
- Added pce-config-group's
- PCE's are created before being used in PCC's
- Added Multi-PCE configuration

Signed-off-by: Brady Johnson <brady@voltanet.io>
  • Loading branch information
Brady Johnson committed Jun 10, 2020
1 parent ef87269 commit f732d58
Show file tree
Hide file tree
Showing 7 changed files with 1,226 additions and 441 deletions.
4 changes: 3 additions & 1 deletion lib/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -150,7 +150,9 @@ enum node_type {
PW_NODE, /* Pseudowire config node */
SEGMENT_LIST_NODE, /* SR segment list config node */
SR_POLICY_NODE, /* SR policy config node */
PCC_NODE, /* PCC config node */
PCC_NODE, /* PCC config node */
PCE_NODE, /* PCE config node */
PCE_CONFIG_GROUP_NODE, /* PCE Configuration Group node */
VTY_NODE, /* Vty node. */
LINK_PARAMS_NODE, /* Link-parameters node */
BGP_EVPN_VNI_NODE, /* BGP EVPN VNI */
Expand Down
Loading

0 comments on commit f732d58

Please sign in to comment.