Skip to content

Commit

Permalink
Merge pull request FRRouting#22 from opensourcerouting/pathd-pcep-reb…
Browse files Browse the repository at this point in the history
…ase-new-cli

New PCEP CLI changes for 20.3 release
  • Loading branch information
GalaxyGorilla authored Jun 26, 2020
2 parents 96c75c8 + 6848b56 commit f239f31
Show file tree
Hide file tree
Showing 14 changed files with 1,643 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 f239f31

Please sign in to comment.