go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/resources/nat-global.json (about)

     1  {
     2    "forwarding": false,
     3    "nat_interfaces": [
     4      {
     5        "name": "${interface_1}",
     6        "isInside": true,
     7        "outputFeature": false
     8      },
     9      {
    10        "name": "${interface_2}",
    11        "isInside": true,
    12        "outputFeature": false
    13      }
    14    ],
    15    "address_pool": [
    16      {
    17        "address": "${int_ip_1}",
    18        "vrfId": ${id},
    19        "twiceNat": false
    20      },
    21      {
    22        "address": "${int_ip_2}",
    23        "vrfId": ${id},
    24        "twiceNat": false
    25      }
    26    ],
    27    "virtual_reassembly": {
    28      "timeout": 5,
    29      "max_reassemblies": 10,
    30      "max_fragments": 15,
    31      "drop_fragments": true
    32    }
    33  }