diff options
| -rw-r--r-- | pimd/pim_cmd_common.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd_common.c b/pimd/pim_cmd_common.c index 0746af191f..70c1544717 100644 --- a/pimd/pim_cmd_common.c +++ b/pimd/pim_cmd_common.c @@ -1038,7 +1038,7 @@ void pim_show_state(struct pim_instance *pim, struct vty *vty,  	if (!json) {  		vty_out(vty, -			"Codes: J -> Pim Join, I -> IGMP Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted"); +			"Codes: J -> Pim Join, I -> " GM " Report, S -> Source, * -> Inherited from (*,G), V -> VxLAN, M -> Muted");  		vty_out(vty,  			"\nActive Source           Group            RPT  IIF               OIL\n");  	}  | 
