Skip to content

Commit fd8edc3

Browse files
committed
pimd, lib, vtysh: Added new 'router pim[6] [vrf NAME]' config node
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 <nbahr@atcorp.com>
1 parent 66de921 commit fd8edc3

File tree

15 files changed

+3523
-875
lines changed

15 files changed

+3523
-875
lines changed

lib/command.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -182,6 +182,8 @@ enum node_type {
182182
ISIS_SRV6_NODE_MSD_NODE, /* ISIS SRv6 Node MSDs node */
183183
MGMTD_NODE, /* MGMTD node. */
184184
RPKI_VRF_NODE, /* RPKI node for VRF */
185+
PIM_NODE, /* PIM protocol mode */
186+
PIM6_NODE, /* PIM protocol for IPv6 mode */
185187
NODE_TYPE_MAX, /* maximum */
186188
};
187189
/* clang-format on */

0 commit comments

Comments
 (0)