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:
Mark Stapp 2019-06-21 15:46:53 -04:00 committed by GitHub
commit c0b735d0ce
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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");