summaryrefslogtreecommitdiffstats
path: root/ipsec/ipsec-impl/src/test/resources/sadEntries/addDelSadEntry_Ipv6_before.json
blob: a88a1460087eea662f8aa07588304facbeac5e1f (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
26
27
28
29
30
31
32
{
    "sad": {
      "sad-entries": [
        {
          "spi": 1002,
          "direction": "outbound",
          "sa-id": 10,
          "security-protocol": "esp",
          "sa-mode": "tunnel",
          "esp": {
            "authentication": {
              "hmac-sha1-96": {
                "key-str": "0123456789012346"
              }
            },
            "encryption": {
              "aes-128-cbc": {
                "key-str": "9876543210987654"
              }
            }
          },
          "source-address": {
            "ipv6-address": "2001::1"
          },
          "destination-address": {
            "ipv6-address": "2001::10"
          },
          "anti-replay-window": 32
        }
      ]
    }
}