go.ligato.io/vpp-agent/v3@v3.5.0/tests/robot/resources/nat-global-reduced.json (about) 1 { 2 "forwarding": false, 3 "nat_interfaces": [ 4 { 5 "name": "${interface_1}", 6 "isInside": true, 7 "outputFeature": false 8 } 9 ], 10 "address_pool": [ 11 { 12 "address": "${int_ip_1}", 13 "vrfId": ${id}, 14 "twiceNat": false 15 } 16 ], 17 "virtual_reassembly": { 18 "timeout": 5, 19 "max_reassemblies": 10, 20 "max_fragments": 15, 21 "drop_fragments": true 22 } 23 }