summaryrefslogtreecommitdiff
path: root/pimd/pim_vty.c
diff options
context:
space:
mode:
authorSai Gomathi N <nsaigomathi@vmware.com>2022-09-02 04:00:10 -0700
committerSai Gomathi N <nsaigomathi@vmware.com>2022-09-04 22:46:09 -0700
commit95b13dc51281ea2410a0841919a74a90e3dae373 (patch)
tree9ad57eace46dac1da429b0ee43818008cae78942 /pimd/pim_vty.c
parent7139b1aeaef96534b3e1997eccc28a6ca79bdf43 (diff)
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_EVENTS to PIM_DEBUG_GM_EVENTS
Changing the macros to common so that it can be used for pimv6 debugs as well to be used for both IGMP and MLD debugs. Signed-off-by: Sai Gomathi N <nsaigomathi@vmware.com>
Diffstat (limited to 'pimd/pim_vty.c')
-rw-r--r--pimd/pim_vty.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c
index c18652f72e..77da14792d 100644
--- a/pimd/pim_vty.c
+++ b/pimd/pim_vty.c
@@ -58,7 +58,7 @@ 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;
}