b367816883
Many documentation samples include JSON which is not syntactically valid. This change does not verify that the JSON samples included in project are correct or used, but merely corrects the obviously invalid sections of code. Change-Id: I8539be30d41207befda004017664099471f28ab5
15 lines
284 B
JSON
15 lines
284 B
JSON
{
|
|
"ipsecpolicy": {
|
|
"name": "ipsecpolicy1",
|
|
"transform_protocol": "esp",
|
|
"auth_algorithm": "sha1",
|
|
"encapsulation_mode": "tunnel",
|
|
"encryption_algorithm": "aes-128",
|
|
"pfs": "group5",
|
|
"lifetime": {
|
|
"units": "seconds",
|
|
"value": 7200
|
|
}
|
|
}
|
|
}
|