With the change to moving the pimreg to vifindex 0,
when a packet is kicked up from the kernel to us
we need to install the route into the system.
This change allows us to do this now.
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
proto_mask, oif->name, pim_ifp->mroute_vif_index);
}
- if (pim_ifp->mroute_vif_index < 1) {
- zlog_warn("%s %s: interface %s vif_index=%d < 1",
- __FILE__, __PRETTY_FUNCTION__,
- oif->name, pim_ifp->mroute_vif_index);
- return -1;
- }
-
#ifdef PIM_ENFORCE_LOOPFREE_MFC
/*
Prevent creating MFC entry with OIF=IIF.