mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-04 10:09:25 +00:00
pim6d: Adding 'debug node' initialization
Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
This commit is contained in:
parent
fa5138d676
commit
89f86fe2cc
@ -49,6 +49,13 @@
|
||||
#include "pimd/pim6_cmd_clippy.c"
|
||||
#endif
|
||||
|
||||
static struct cmd_node debug_node = {
|
||||
.name = "debug",
|
||||
.node = DEBUG_NODE,
|
||||
.prompt = "",
|
||||
.config_write = pim_debug_config_write,
|
||||
};
|
||||
|
||||
DEFPY (ipv6_pim_joinprune_time,
|
||||
ipv6_pim_joinprune_time_cmd,
|
||||
"ipv6 pim join-prune-interval (1-65535)$jpi",
|
||||
@ -2164,6 +2171,8 @@ void pim_cmd_init(void)
|
||||
{
|
||||
if_cmd_init(pim_interface_config_write);
|
||||
|
||||
install_node(&debug_node);
|
||||
|
||||
install_element(CONFIG_NODE, &ipv6_pim_joinprune_time_cmd);
|
||||
install_element(CONFIG_NODE, &no_ipv6_pim_joinprune_time_cmd);
|
||||
install_element(CONFIG_NODE, &ipv6_pim_spt_switchover_infinity_cmd);
|
||||
|
Loading…
Reference in New Issue
Block a user