Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
struct pim_interface *pim_ifp;
struct pim_ifchannel *ch;
struct pim_upstream *up;
- struct prefix_sg star_g;
+ //struct prefix_sg star_g;
struct prefix_sg sg;
struct channel_oil *oil;
pim_str_sg_dump (&sg), ifp->name);
return -1;
}
+#if 0
star_g = sg;
star_g.src.s_addr = INADDR_ANY;
ch = pim_ifchannel_find(ifp, &star_g);
pim_str_sg_dump (&star_g), ifp->name);
return -1;
}
+#endif
if (PIM_DEBUG_MROUTE)
zlog_debug ("If channel: %p", ch);