Skip to content

Commit

Permalink
Merge pull request #15715 from zhou-run/202404092057
Browse files Browse the repository at this point in the history
isisd: The hold time of hello packets on a P2P link does not match the sending interval.
  • Loading branch information
riw777 authored Apr 16, 2024
2 parents 84d1fb1 + f9b1067 commit 5ef6a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion isisd/isis_pdu.c
Original file line number Diff line number Diff line change
Expand Up @@ -2082,7 +2082,7 @@ static void send_hello_cb(struct event *thread)
circuit->u.p2p.t_send_p2p_hello = NULL;
send_hello(circuit, 1);
send_hello_sched(circuit, ISIS_LEVEL1,
1000 * circuit->hello_interval[1]);
1000 * circuit->hello_interval[0]);
return;
}

Expand Down

0 comments on commit 5ef6a2b

Please sign in to comment.