mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-04 05:16:19 +00:00
bgpd: Cleaned up some comments
Signed-off-by: Nigel Kukard <nkukard@lbsd.net>
This commit is contained in:
parent
770817b408
commit
ceead39c09
@ -704,8 +704,7 @@ struct community *community_list_match_delete(struct community *com,
|
|||||||
|
|
||||||
/* Loop over each community value and evaluate each against the
|
/* Loop over each community value and evaluate each against the
|
||||||
* community-list. If we need to delete a community value add its index
|
* community-list. If we need to delete a community value add its index
|
||||||
* to
|
* to com_index_to_delete.
|
||||||
* com_index_to_delete.
|
|
||||||
*/
|
*/
|
||||||
for (i = 0; i < com->size; i++) {
|
for (i = 0; i < com->size; i++) {
|
||||||
val = community_val_get(com, i);
|
val = community_val_get(com, i);
|
||||||
@ -906,8 +905,7 @@ struct lcommunity *lcommunity_list_match_delete(struct lcommunity *lcom,
|
|||||||
|
|
||||||
/* Loop over each lcommunity value and evaluate each against the
|
/* Loop over each lcommunity value and evaluate each against the
|
||||||
* community-list. If we need to delete a community value add its index
|
* community-list. If we need to delete a community value add its index
|
||||||
* to
|
* to com_index_to_delete.
|
||||||
* com_index_to_delete.
|
|
||||||
*/
|
*/
|
||||||
ptr = lcom->val;
|
ptr = lcom->val;
|
||||||
for (i = 0; i < lcom->size; i++) {
|
for (i = 0; i < lcom->size; i++) {
|
||||||
|
Loading…
Reference in New Issue
Block a user