You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: services/vpn/v1alpha1/vpn.json
+4-7Lines changed: 4 additions & 7 deletions
Original file line number
Diff line number
Diff line change
@@ -619,9 +619,7 @@
619
619
"dhGroups": {
620
620
"description": "The Diffie-Hellman Group. Required, except if AEAD algorithms are selected.",
621
621
"example": [
622
-
"ecp256",
623
-
"ecp384",
624
-
"modp2048s256"
622
+
"ecp384"
625
623
],
626
624
"items": {
627
625
"enum": [
@@ -637,8 +635,7 @@
637
635
},
638
636
"encryptionAlgorithms": {
639
637
"example": [
640
-
"aes256",
641
-
"aes128gcm16"
638
+
"aes256"
642
639
],
643
640
"items": {
644
641
"enum": [
@@ -895,7 +892,7 @@
895
892
{
896
893
"properties": {
897
894
"dpdAction": {
898
-
"default": "clear",
895
+
"default": "restart",
899
896
"description": "Action to perform for this CHILD_SA on DPD timeout.\n\"clear\": Closes the CHILD_SA and does not take further action.\n\"trap\": installs a trap policy which will catch matching traffic and tries to re-negotiate the tunnel on-demand).\n\"restart\": immediately tries to re-negotiate the CILD_SA under a fresh IKE_SA.\n",
900
897
"enum": [
901
898
"clear",
@@ -914,7 +911,7 @@
914
911
"type": "integer"
915
912
},
916
913
"startAction": {
917
-
"default": "trap",
914
+
"default": "start",
918
915
"description": "Action to perform after loading the connection configuration.\n\"none\": The connection will be loaded but needs to be manually initiated.\n\"trap\": installs a trap policy which triggers the tunnel as soon as matching traffic has been detected.\n\"start\": initiates the connection actively.\n\"start|stop\": Immediately initiate a connection for which trap policies have been installed.\n",
0 commit comments