]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Backing up broken state.
authorDonald Sharp <sharpd@cumulusnetworks.com>
Mon, 14 Nov 2016 13:45:44 +0000 (08:45 -0500)
committerDonald Sharp <sharpd@cumulusnetworks.com>
Thu, 22 Dec 2016 01:26:15 +0000 (20:26 -0500)
Signed-off-by: Donald Sharp <sharpd@cumulusnetworks.com>
pimd/pim_mroute.c

index c3f572c716c9c0ca2d3117db9b94d507c2771835..7309774548030704f1bf9cc9568206159bd91a33 100644 (file)
@@ -321,7 +321,7 @@ pim_mroute_msg_wrvifwhole (int fd, struct interface *ifp, const char *buf)
   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;
 
@@ -341,6 +341,7 @@ pim_mroute_msg_wrvifwhole (int fd, struct interface *ifp, const char *buf)
                    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);
@@ -351,6 +352,7 @@ pim_mroute_msg_wrvifwhole (int fd, struct interface *ifp, const char *buf)
                    pim_str_sg_dump (&star_g), ifp->name);
       return -1;
     }
+#endif
 
   if (PIM_DEBUG_MROUTE)
     zlog_debug ("If channel: %p", ch);