diff options
| author | Donald Sharp <donaldsharp72@gmail.com> | 2022-04-20 07:43:09 -0400 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-04-20 07:43:09 -0400 |
| commit | 831a15d3e3352ffe84e3a30144f4fe96f191dd62 (patch) | |
| tree | 90ff686158935fad6a4080ead6375c038752bb7e /pimd/pim_cmd_common.c | |
| parent | 3d3c38b1d44f4d6f6f04a81fca70fc7ac195812a (diff) | |
| parent | 80a82b567fd98fa8cf12cbdefab25e13f56d655f (diff) | |
Merge pull request #11023 from AbhishekNR/igmp_flag
pimd: Changing PIM_OIF_FLAG_PROTO_IGMP to PIM_OIF_FLAG_PROTO_GM
Diffstat (limited to 'pimd/pim_cmd_common.c')
| -rw-r--r-- | pimd/pim_cmd_common.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_cmd_common.c b/pimd/pim_cmd_common.c index fa61cfc06b..f7cd0dceab 100644 --- a/pimd/pim_cmd_common.c +++ b/pimd/pim_cmd_common.c @@ -1166,7 +1166,7 @@ void pim_show_state(struct pim_instance *pim, struct vty *vty, out_ifname, (c_oil->oif_flags [oif_vif_index] & - PIM_OIF_FLAG_PROTO_IGMP) + PIM_OIF_FLAG_PROTO_GM) ? 'I' : ' ', (c_oil->oif_flags @@ -1194,7 +1194,7 @@ void pim_show_state(struct pim_instance *pim, struct vty *vty, out_ifname, (c_oil->oif_flags [oif_vif_index] & - PIM_OIF_FLAG_PROTO_IGMP) + PIM_OIF_FLAG_PROTO_GM) ? 'I' : ' ', (c_oil->oif_flags |
