]> git.puffer.fish Git - matthieu/frr.git/commit
pimd: Added new option "detail" in the "debug pim nht" CLI
authorSai Gomathi <nsaigomathi@vmware.com>
Thu, 2 Dec 2021 05:07:02 +0000 (21:07 -0800)
committerSai Gomathi <nsaigomathi@vmware.com>
Fri, 4 Mar 2022 06:33:20 +0000 (22:33 -0800)
commit6d733f0dbc038f9daaa84468a5e024bb647e1398
tree80be5dde2fda097fa9f1dd3f06fbd9a502baf4f7
parent7469f084f3b82e47f72a173570e0d9045f1ac171
pimd: Added new option "detail" in the "debug pim nht" CLI

Problem Statement:
=================
PIM Logs are coming at interval of 1 minute although pim
is not enabled.

Root Cause Analysis:
====================
By default, RCPM configures the PIM debugs when router comes up
via script. The product cannot disable PIM even though it is not required.
Hence moving these logs under a new debug option which will not be
enabled by default.

Fix:
====
Added a new option "detail" in the cli:
debug pim nht detail

Co-author: Mobashshera Rasool <mrasool@vmware.com>
Signed-off-by: Sai Gomathi <nsaigomathi@vmware.com>
doc/user/pim.rst
pimd/pim_cmd.c
pimd/pim_nht.c
pimd/pim_vty.c
pimd/pim_zlookup.c
pimd/pimd.h