mirror of
https://git.proxmox.com/git/mirror_frr
synced 2025-05-02 22:24:23 +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
|
||||
* community-list. If we need to delete a community value add its index
|
||||
* to
|
||||
* com_index_to_delete.
|
||||
* to com_index_to_delete.
|
||||
*/
|
||||
for (i = 0; i < com->size; 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
|
||||
* community-list. If we need to delete a community value add its index
|
||||
* to
|
||||
* com_index_to_delete.
|
||||
* to com_index_to_delete.
|
||||
*/
|
||||
ptr = lcom->val;
|
||||
for (i = 0; i < lcom->size; i++) {
|
||||
|
Loading…
Reference in New Issue
Block a user