mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-29 21:23:06 +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 {
|
} else {
|
||||||
vty_out(vty, "%-9d %-15s %-15s %-7s ",
|
vty_out(vty, "%-9d %-15s %-15s %-7s ",
|
||||||
c_oil->installed, src_str, grp_str,
|
c_oil->installed, src_str, grp_str,
|
||||||
ifp_in->name);
|
in_ifname);
|
||||||
}
|
}
|
||||||
|
|
||||||
for (oif_vif_index = 0; oif_vif_index < MAXVIFS;
|
for (oif_vif_index = 0; oif_vif_index < MAXVIFS;
|
||||||
|
Loading…
Reference in New Issue
Block a user