summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd_common.h
diff options
context:
space:
mode:
authorNathan Bahr <nbahr@atcorp.com>2024-06-12 16:26:48 +0000
committerNathan Bahr <nbahr@atcorp.com>2024-07-16 13:30:35 -0500
commitfd8edc3dfbd41ff1ba8c21ea258276f3dab71e4b (patch)
tree91746c6137c6568ae71295d1347901038dab875d /pimd/pim_cmd_common.h
parent66de92184fe52dd8dbe237e6c34b5457bf465fd3 (diff)
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>
Diffstat (limited to 'pimd/pim_cmd_common.h')
-rw-r--r--pimd/pim_cmd_common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pimd/pim_cmd_common.h b/pimd/pim_cmd_common.h
index e30203fad7..da2e44be58 100644
--- a/pimd/pim_cmd_common.h
+++ b/pimd/pim_cmd_common.h
@@ -182,6 +182,8 @@ int pim_show_interface_traffic_helper(const char *vrf, const char *if_name,
void clear_pim_interfaces(struct pim_instance *pim);
void pim_show_bsr(struct pim_instance *pim, struct vty *vty, bool uj);
int pim_show_bsr_helper(const char *vrf, struct vty *vty, bool uj);
+int pim_router_config_write(struct vty *vty);
+
/*
* Special Macro to allow us to get the correct pim_instance;
*/