mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-04-29 23:08:38 +00:00
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
This commit is contained in:
parent
77e390e59e
commit
a441b8d708
@ -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.2. Data Packet Forwarding Rules
|
||||||
RFC 4601 4.8.2. PIM-SSM-Only Routers
|
|
||||||
|
|
||||||
Macro:
|
Macro:
|
||||||
inherited_olist(S,G) =
|
inherited_olist(S,G) =
|
||||||
|
inherited_olist(S,G,rpt) (+)
|
||||||
joins(S,G) (+) pim_include(S,G) (-) lost_assert(S,G)
|
joins(S,G) (+) pim_include(S,G) (-) lost_assert(S,G)
|
||||||
*/
|
*/
|
||||||
static int pim_macro_chisin_inherited_olist(const struct pim_ifchannel *ch)
|
static int pim_macro_chisin_inherited_olist(const struct pim_ifchannel *ch)
|
||||||
|
@ -165,7 +165,6 @@ enum pim_rpf_result pim_rpf_update(struct pim_upstream *up,
|
|||||||
nhaddr_str,
|
nhaddr_str,
|
||||||
rpf->source_nexthop.mrib_metric_preference,
|
rpf->source_nexthop.mrib_metric_preference,
|
||||||
rpf->source_nexthop.mrib_route_metric);
|
rpf->source_nexthop.mrib_route_metric);
|
||||||
/* warning only */
|
|
||||||
}
|
}
|
||||||
|
|
||||||
pim_upstream_update_join_desired(up);
|
pim_upstream_update_join_desired(up);
|
||||||
|
Loading…
Reference in New Issue
Block a user