diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-08-16 21:13:22 -0400 |
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetworks.com> | 2016-12-21 20:26:06 -0500 |
| commit | 6c7197b142c76186fc3cb0aa318c97f1523913f5 (patch) | |
| tree | ea67d7f6d9def7992588874920c55ef3ffdafcd2 /pimd/pim_vty.c | |
| parent | 34fe48e7de3b93848184e9546744fb1d3e481d28 (diff) | |
pimd: Add 'debug mroute detail'
When there is allot of IGMP activity for the
kernel upcall that we are ignoring, just
ignore it for the moment as well.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index e27c69411c..f279136651 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -63,6 +63,11 @@ pim_debug_config_write (struct vty *vty) ++writes; } + if (PIM_DEBUG_MROUTE_DETAIL) { + vty_out (vty, "debug mroute detail%s", VTY_NEWLINE); + ++writes; + } + if (PIM_DEBUG_PIM_EVENTS) { vty_out(vty, "debug pim events%s", VTY_NEWLINE); ++writes; |
