]> git.puffer.fish Git - mirror/frr.git/commit
pimd: sh config is showing detail debug, though not configured 4886/head
authorSatheesh Kumar K <sathk@cumulusnetworks.com>
Tue, 27 Aug 2019 06:38:26 +0000 (23:38 -0700)
committerSatheesh Kumar K <sathk@cumulusnetworks.com>
Tue, 27 Aug 2019 06:38:26 +0000 (23:38 -0700)
commit5e530de4d886bb6640c4437ca5495ab866307401
treedbbd09308f95c83318a367b4da5c9ef2c59dc124
parentdd7c9169522725614a05c50cb3209c0787b9be30
pimd: sh config is showing detail debug, though not configured

Original Idea is to display normal & detailed debugs when detailed
debug alone is configured. because of this "sh debugs" are showing
wrong Information, because same macro is used to disply the configured
debugs.

that means even if Normal debug is configured, detailed macro returns
TRUE. To avoid this ambiguity check whetehr detailed debug is configured
or not during dumping configured debugs. In all other places using
old macro.

Signed-off-by: Satheesh Kumar K <sathk@cumulusnetworks.com>
pimd/pim_vty.c
pimd/pimd.h