Skip to content

Commit bca9911

Browse files
authored
Merge pull request FRRouting#17464 from mjstapp/fix_bfdd_dplane_client_conn
bfdd: retain remote dplane client socket
2 parents 172a2aa + f511530 commit bca9911

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

bfdd/dplane.c

+3
Original file line numberDiff line numberDiff line change
@@ -948,6 +948,9 @@ static void bfd_dplane_client_connect(struct event *t)
948948
_bfd_dplane_client_bootstrap(bdc);
949949
}
950950

951+
/* Continue with the connection */
952+
return;
953+
951954
reschedule_connect:
952955
EVENT_OFF(bdc->inbufev);
953956
EVENT_OFF(bdc->outbufev);

0 commit comments

Comments
 (0)