]> git.puffer.fish Git - mirror/frr.git/commitdiff
pimd: Cleanup some comments and documentation
authorDonald Sharp <sharpd@cumulusnetworks.com>
Tue, 20 Oct 2015 15:41:09 +0000 (08:41 -0700)
committerDonald Sharp <sharpd@cumulusnetwroks.com>
Thu, 26 May 2016 00:38:34 +0000 (20:38 -0400)
Starting the transition of PIM-SSM to PIM-SM means
that we have to cleanup some internal code comments
so that the code will match the comments.

Signed-off-by: Donald Sharp<sharpd@cumulusnetworks.com
pimd/pim_macro.c
pimd/pim_rpf.c

index f67636a3fef132da9a2b9ebd3a037b3a027557ca..adb999a2b25f0ce999e125b3215b168253bc3b73 100644 (file)
@@ -309,10 +309,10 @@ struct pim_assert_metric pim_macro_ch_my_assert_metric_eval(const struct pim_ifc
 
 /*
   RFC 4601 4.2.  Data Packet Forwarding Rules
-  RFC 4601 4.8.2.  PIM-SSM-Only Routers
   
   Macro:
   inherited_olist(S,G) =
+    inherited_olist(S,G,rpt) (+)
     joins(S,G) (+) pim_include(S,G) (-) lost_assert(S,G)
 */
 static int pim_macro_chisin_inherited_olist(const struct pim_ifchannel *ch)
index fb3636b2dcf1b04f2800dff9ee600c72ee4cafd2..18381181681d69d64878c93ddf1d7558a4cf21d9 100644 (file)
@@ -165,7 +165,6 @@ enum pim_rpf_result pim_rpf_update(struct pim_upstream *up,
                 nhaddr_str,
                 rpf->source_nexthop.mrib_metric_preference,
                 rpf->source_nexthop.mrib_route_metric);
-      /* warning only */
     }
 
     pim_upstream_update_join_desired(up);