Skip to content

Commit

Permalink
fixup
Browse files Browse the repository at this point in the history
Signed-off-by: Jafar Al-Gharaibeh <jafar@atcorp.com>
  • Loading branch information
Jafaral committed Jan 12, 2025
1 parent 0bebbc6 commit 379b73e
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions pimd/pim_bsm.c
Original file line number Diff line number Diff line change
Expand Up @@ -358,10 +358,9 @@ static void pim_on_g2rp_timer(struct event *t)
bsrp_addr = bsrp->rp_address;

/*
* update elapse for all bsrp nodes except on the BSR itself.
* The timer is meant to remove any bsr RPs learned from the BSR
* that we we don't hear from anymore. on the BSR itself, no
* need to do this.
* Update elapse for all bsrp nodes except on the BSR itself.
* The timer is meant to remove any bsr RPs learned from the BSR that
* we don't hear from anymore. on the BSR itself, no need to do this.
*/
if (pim->global_scope.state != BSR_ELECTED) {
/* elapse time is the hold time of expired node */
Expand Down

0 comments on commit 379b73e

Please sign in to comment.