diff options
| author | Donatas Abraitis <donatas@opensourcerouting.org> | 2022-09-06 08:40:43 +0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-09-06 08:40:43 +0300 |
| commit | 451cebeec2be37e7c35ee8d93243ba5127885c24 (patch) | |
| tree | e515afd2c8782d242a3d2380426afe32625751b9 /pimd/pim_vty.c | |
| parent | 7139b1aeaef96534b3e1997eccc28a6ca79bdf43 (diff) | |
| parent | 55eb347de958bc81288cd748c569de82769a0cd1 (diff) | |
Merge pull request #11902 from SaiGomathiN/igmp-to-gm
pimd, pim6d: Changing IGMP to GM in debug macros
Diffstat (limited to 'pimd/pim_vty.c')
| -rw-r--r-- | pimd/pim_vty.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index c18652f72e..d191528f7e 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -58,11 +58,11 @@ int pim_debug_config_write(struct vty *vty) vty_out(vty, "debug msdp internal\n"); ++writes; } - if (PIM_DEBUG_IGMP_EVENTS) { + if (PIM_DEBUG_GM_EVENTS) { vty_out(vty, "debug igmp events\n"); ++writes; } - if (PIM_DEBUG_IGMP_PACKETS) { + if (PIM_DEBUG_GM_PACKETS) { vty_out(vty, "debug igmp packets\n"); ++writes; } |
