diff options
| author | Donald Sharp <sharpd@cumulusnetworks.com> | 2015-10-20 08:41:09 -0700 | 
|---|---|---|
| committer | Donald Sharp <sharpd@cumulusnetwroks.com> | 2016-05-25 20:38:34 -0400 | 
| commit | a441b8d7089c6920137078a1dc409607c45a59ed (patch) | |
| tree | 0ab6edfcce1e06daefdb77f8b3b5006ed3123934 /pimd/pim_macro.c | |
| parent | 77e390e59e924b05d40e40b60430560d0e88b426 (diff) | |
pimd: Cleanup some comments and documentation
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
Diffstat (limited to 'pimd/pim_macro.c')
| -rw-r--r-- | pimd/pim_macro.c | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/pimd/pim_macro.c b/pimd/pim_macro.c index f67636a3fe..adb999a2b2 100644 --- a/pimd/pim_macro.c +++ b/pimd/pim_macro.c @@ -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)  | 
