summaryrefslogtreecommitdiffstats
path: root/nat/nat2vpp/src/test/resources/nat64/static-mapping-unsupported-proto.json
blob: 44432c55b2ac1a7c31d2f552f30c3ddfb6d0b2c8 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
{
  "mapping-table" : {
    "mapping-entry": {
      "index": 58,
      "type": "static",
      "transport-protocol": 123,
      "internal-src-address": "2001:db8:85a3::8a2e:370:7333/128",
      "external-src-address": "10.1.1.3/32"
    }
  }
}