diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-09-04 22:45:33 -0700 |
|---|---|---|
| committer | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-09-04 22:46:09 -0700 |
| commit | 55eb347de958bc81288cd748c569de82769a0cd1 (patch) | |
| tree | e515afd2c8782d242a3d2380426afe32625751b9 /pimd/pim_vty.c | |
| parent | 95b13dc51281ea2410a0841919a74a90e3dae373 (diff) | |
pimd,pim6d: Modifying IGMP to GM in PIM_DEBUG_IGMP_PACKETS to PIM_DEBUG_GM_PACKETS
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.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_vty.c b/pimd/pim_vty.c index 77da14792d..d191528f7e 100644 --- a/pimd/pim_vty.c +++ b/pimd/pim_vty.c @@ -62,7 +62,7 @@ int pim_debug_config_write(struct vty *vty) 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; } |
