Skip to content

Commit

Permalink
The tablets don't retransmit, make sure we do.
Browse files Browse the repository at this point in the history
The tablets don't seem to re-request the IP if there is no response, so
make sure we retransmit it instead. (Of course, if we lose the request
from the tablet to us, ... not much we can do about that on the server
side).
  • Loading branch information
derobert committed Jul 10, 2020
1 parent eb96a04 commit 16cf7b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion programs/pluto/ikev1.c
Original file line number Diff line number Diff line change
Expand Up @@ -543,7 +543,7 @@ static const struct state_v1_microcode v1_state_microcode_table[] = {
{ STATE_MODE_CFG_R0, STATE_MODE_CFG_R1,
SMF_ALL_AUTH | SMF_ENCRYPTED | SMF_REPLY,
P(MCFG_ATTR) | P(HASH), P(VID),
EVENT_SA_REPLACE, modecfg_inR0 },
EVENT_v1_RETRANSMIT, modecfg_inR0 },

{ STATE_MODE_CFG_R1, STATE_MODE_CFG_R2,
SMF_ALL_AUTH | SMF_ENCRYPTED | SMF_RETRANSMIT_ON_DUPLICATE,
Expand Down

0 comments on commit 16cf7b7

Please sign in to comment.