Skip to content

Commit 229448a

Browse files
OAS Update
1 parent c4835d3 commit 229448a

File tree

1 file changed

+4
-7
lines changed

1 file changed

+4
-7
lines changed

services/vpn/v1alpha1/vpn.json

Lines changed: 4 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -619,9 +619,7 @@
619619
"dhGroups": {
620620
"description": "The Diffie-Hellman Group. Required, except if AEAD algorithms are selected.",
621621
"example": [
622-
"ecp256",
623-
"ecp384",
624-
"modp2048s256"
622+
"ecp384"
625623
],
626624
"items": {
627625
"enum": [
@@ -637,8 +635,7 @@
637635
},
638636
"encryptionAlgorithms": {
639637
"example": [
640-
"aes256",
641-
"aes128gcm16"
638+
"aes256"
642639
],
643640
"items": {
644641
"enum": [
@@ -895,7 +892,7 @@
895892
{
896893
"properties": {
897894
"dpdAction": {
898-
"default": "clear",
895+
"default": "restart",
899896
"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",
900897
"enum": [
901898
"clear",
@@ -914,7 +911,7 @@
914911
"type": "integer"
915912
},
916913
"startAction": {
917-
"default": "trap",
914+
"default": "start",
918915
"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",
919916
"enum": [
920917
"none",

0 commit comments

Comments
 (0)