Skip to content

Commit

Permalink
New PCEP CLI changes for 20.3 release
Browse files Browse the repository at this point in the history
- Introduced the concept of a pcep-config-group,
  which currently can be used as a common configuration
  for PCEs, but will later allow PCCs to be configured
  when/if pathd is a PCE.
- PCEs are now configured as a root node using the
  pcc-peer configuration. The pcc-peer can be configured
  and modified before being referenced by the PCC, thus
  allowing for modifications without reconnects.
- The framework for Multi-PCE is in place, and will be
  finished in subsequent patches.
  • Loading branch information
Brady Johnson committed Jun 23, 2020
1 parent 96c75c8 commit 31497d4
Show file tree
Hide file tree
Showing 13 changed files with 1,629 additions and 487 deletions.
4 changes: 3 additions & 1 deletion lib/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,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 */
PCEP_CONFIG_GROUP_NODE, /* PCEP peer Configuration Group node */
PCC_PEER_NODE, /* PCC Peer (PCE) config node */
PCC_NODE, /* PCC config node */
VTY_NODE, /* Vty node. */
FPM_NODE, /* Dataplane FPM node. */
LINK_PARAMS_NODE, /* Link-parameters node */
Expand Down
Loading

0 comments on commit 31497d4

Please sign in to comment.