Skip to content

Commit

Permalink
Merge pull request #17471 from FRRouting/mergify/bp/stable/10.1/pr-17464
Browse files Browse the repository at this point in the history
bfdd: retain remote dplane client socket (backport #17464)
  • Loading branch information
donaldsharp authored Nov 21, 2024
2 parents 0994cb2 + b71fd2f commit 20d786c
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions bfdd/dplane.c
Original file line number Diff line number Diff line change
Expand Up @@ -948,6 +948,9 @@ static void bfd_dplane_client_connect(struct event *t)
_bfd_dplane_client_bootstrap(bdc);
}

/* Continue with the connection */
return;

reschedule_connect:
EVENT_OFF(bdc->inbufev);
EVENT_OFF(bdc->outbufev);
Expand Down

0 comments on commit 20d786c

Please sign in to comment.