summaryrefslogtreecommitdiffstats
path: root/ipsec/ipsec-impl/src/test/resources/ikev2/addDelProfile_before.json
blob: 3dfa393458ad6eb6c543621e0e979c11d4e5bd7d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
{
  "ikev2": {
    "policy": [
      {
        "name": "testPolicy",
        "lifetime": 0,
        "connection-type": "both",
        "authentication" : {
          "preshared-key" : "true"
        },
        "pre-shared-key": "0123456789012345",
        "traffic-selectors": [
          {
            "ts-name":"TS1",
            "protocol":0,
            "local-address-low":"192.168.124.0",
            "local-address-high":"192.168.124.255",
            "local-port-low":0,
            "local-port-high":65535
          }
        ]
      }
    ]
  }
}