diff options
Diffstat (limited to 'pimd')
-rw-r--r-- | pimd/pim_cmd.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_cmd.c b/pimd/pim_cmd.c index 4f5b44098..cd3f4e712 100644 --- a/pimd/pim_cmd.c +++ b/pimd/pim_cmd.c @@ -5816,7 +5816,7 @@ static void show_mroute(struct pim_instance *pim, struct vty *vty, frr_each (rb_pim_oil, &pim->channel_oil_head, c_oil) { found_oif = 0; first = 1; - if (!c_oil->installed && !uj) + if (!c_oil->installed) continue; if (sg->grp.s_addr != 0 && |