diff options
| author | Sai Gomathi N <nsaigomathi@vmware.com> | 2022-01-19 05:16:55 -0800 | 
|---|---|---|
| committer | Mobashshera Rasool <mrasool@vmware.com> | 2022-02-28 01:38:41 -0800 | 
| commit | d17b6892fc26f16552050869bcdb579c4bca1eba (patch) | |
| tree | 68364544e7fa2e8fb67aee40593b1179663f03dc /pimd/pim_static.c | |
| parent | 078c5867a1e09cd2dd7e0a984860e82d4208e7f9 (diff) | |
pim6d: Adding show running for ipv6 mld commands
Signed-off-by: Mobashshera Rasool <mrasool@vmware.com>
Diffstat (limited to 'pimd/pim_static.c')
| -rw-r--r-- | pimd/pim_static.c | 4 | 
1 files changed, 2 insertions, 2 deletions
diff --git a/pimd/pim_static.c b/pimd/pim_static.c index 45f0a194b0..d3b31771a0 100644 --- a/pimd/pim_static.c +++ b/pimd/pim_static.c @@ -305,11 +305,11 @@ int pim_static_write_mroute(struct pim_instance *pim, struct vty *vty,  									 i);  					if (pim_addr_is_any(sroute->source))  						vty_out(vty, -							" ip mroute %s %pPA\n", +							" " PIM_AF_NAME " mroute %s %pPA\n",  							oifp->name, &sroute->group);  					else  						vty_out(vty, -							" ip mroute %s %pPA %pPA\n", +							" " PIM_AF_NAME " mroute %s %pPA %pPA\n",  							oifp->name, &sroute->group,  							&sroute->source);  					count++;  | 
