Skip to content

Commit

Permalink
Add a dpd_action field, set its default to restart
Browse files Browse the repository at this point in the history
  • Loading branch information
Stanislav Paskalev authored and hvenev-vmware committed Mar 19, 2021
1 parent b0f88e6 commit f4d044b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions backend/ipsec/handle_charon.go
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,7 @@ func (charon *CharonIKEDaemon) LoadConnection(localLease, remoteLease *subnet.Le
ESPProposals: []string{charon.espProposal},
StartAction: "start",
CloseAction: "trap",
DpdAction: "restart",
Mode: "tunnel",
ReqID: reqID,
// RekeyTime: rekeyTime,
Expand Down

0 comments on commit f4d044b

Please sign in to comment.