Skip to content

Commit

Permalink
pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node
Browse files Browse the repository at this point in the history
Moved all existing global/vrf PIM config to the new subnode.
Existing configuration updated to be hidden and deprecated.
Both versions of configuration still work together.

Signed-off-by: Nathan Bahr <[email protected]>
  • Loading branch information
nabahr committed Jul 16, 2024
1 parent 66de921 commit fd8edc3
Show file tree
Hide file tree
Showing 15 changed files with 3,523 additions and 875 deletions.
2 changes: 2 additions & 0 deletions lib/command.h
Original file line number Diff line number Diff line change
Expand Up @@ -182,6 +182,8 @@ enum node_type {
ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */
MGMTD_NODE, /* MGMTD node. */
RPKI_VRF_NODE, /* RPKI node for VRF */
PIM_NODE, /* PIM protocol mode */
PIM6_NODE, /* PIM protocol for IPv6 mode */
NODE_TYPE_MAX, /* maximum */
};
/* clang-format on */
Expand Down
Loading

0 comments on commit fd8edc3

Please sign in to comment.