summaryrefslogtreecommitdiffstats
path: root/nat/nat2vpp/src/test/resources/nat64/static-mapping-unsupported-proto.json
blob: bbe8a20d3830b3491d3f69acd337395a774e19d4 (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",
      "external-src-address": "10.1.1.3"
    }
  }
}