mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-08-14 16:04:49 +00:00
Merge pull request #2624 from donaldsharp/PIM_ZOMILY_ZOM
pimd: Use generated interface name
This commit is contained in:
commit
262c829d7e
@ -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