summaryrefslogtreecommitdiff
path: root/pimd/pim_cmd.c
diff options
context:
space:
mode:
authorQuentin Young <qlyoung@users.noreply.github.com>2022-01-21 14:08:48 -0500
committerGitHub <noreply@github.com>2022-01-21 14:08:48 -0500
commit9e84443acac051c31e504d8da657c2776332edf5 (patch)
treeaaa03d3cbc486580de447b6f21c8f98bbe56e2ba /pimd/pim_cmd.c
parentcdaa204effe98908a2396b528fdfe0d8dfe4393c (diff)
parent5c4508cb328ecb3b840c364772ba9e568f4fabf0 (diff)
Merge pull request #10398 from patrasar/pim_debug_fix
Diffstat (limited to 'pimd/pim_cmd.c')
-rw-r--r--pimd/pim_cmd.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c
index c0401b83ce..b185bf5a9e 100644
--- a/pimd/pim_cmd.c
+++ b/pimd/pim_cmd.c
@@ -11227,6 +11227,10 @@ void pim_cmd_init(void)
install_element(CONFIG_NODE, &no_debug_pim_events_cmd);
install_element(CONFIG_NODE, &debug_pim_packets_cmd);
install_element(CONFIG_NODE, &no_debug_pim_packets_cmd);
+ install_element(CONFIG_NODE, &debug_pim_packetdump_send_cmd);
+ install_element(CONFIG_NODE, &no_debug_pim_packetdump_send_cmd);
+ install_element(CONFIG_NODE, &debug_pim_packetdump_recv_cmd);
+ install_element(CONFIG_NODE, &no_debug_pim_packetdump_recv_cmd);
install_element(CONFIG_NODE, &debug_pim_trace_cmd);
install_element(CONFIG_NODE, &no_debug_pim_trace_cmd);
install_element(CONFIG_NODE, &debug_pim_trace_detail_cmd);