mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-06-02 17:59:34 +00:00
Merge pull request #4583 from donaldsharp/no_pim_trace_detail
pimd: Remove output of `debug igmp trace detail` from show commands
This commit is contained in:
commit
c0b735d0ce
@ -70,10 +70,6 @@ int pim_debug_config_write(struct vty *vty)
|
||||
vty_out(vty, "debug igmp trace\n");
|
||||
++writes;
|
||||
}
|
||||
if (PIM_DEBUG_IGMP_TRACE_DETAIL) {
|
||||
vty_out(vty, "debug igmp trace detail\n");
|
||||
++writes;
|
||||
}
|
||||
|
||||
if (PIM_DEBUG_MROUTE) {
|
||||
vty_out(vty, "debug mroute\n");
|
||||
|
Loading…
Reference in New Issue
Block a user