mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-28 16:06:20 +00:00
pimd: Use generated interface name
When we have a generated interface name, use it instead of the actual pointer. Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
This commit is contained in:
parent
d6076845b3
commit
db20e34f09
@ -2038,7 +2038,7 @@ static void pim_show_state(struct pim_instance *pim, struct vty *vty,
|
||||
} else {
|
||||
vty_out(vty, "%-9d %-15s %-15s %-7s ",
|
||||
c_oil->installed, src_str, grp_str,
|
||||
ifp_in->name);
|
||||
in_ifname);
|
||||
}
|
||||
|
||||
for (oif_vif_index = 0; oif_vif_index < MAXVIFS;
|
||||
|
Loading…
Reference in New Issue
Block a user