From d884763f762dcdab453f9e6f0ad6676116a75e3b Mon Sep 17 00:00:00 2001 From: Marek Gradzki Date: Fri, 20 Apr 2018 14:17:08 +0200 Subject: nat: update pool-id for Nat64 in the postman collection Removes conflict with Nat44 examples. Change-Id: Ib61518d63e90718233cb72003ae2e5082105e86f Signed-off-by: Marek Gradzki (cherry picked from commit de4df80104201c88edc089a5e43c41661153b719) --- nat/nat_postman_collection.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'nat') diff --git a/nat/nat_postman_collection.json b/nat/nat_postman_collection.json index d63190ace..612612da7 100644 --- a/nat/nat_postman_collection.json +++ b/nat/nat_postman_collection.json @@ -154,7 +154,7 @@ { "id": "376fb011-96eb-fc09-4f87-0a16a9532ea9", "headers": "Authorization: Basic YWRtaW46YWRtaW4=\nContent-Type: application/json\n", - "url": "http://localhost:8183/restconf/config/ietf-nat:nat-config/nat-instances/nat-instance/0/external-ip-address-pool/1/", + "url": "http://localhost:8183/restconf/config/ietf-nat:nat-config/nat-instances/nat-instance/0/external-ip-address-pool/3/", "preRequestScript": "", "pathVariables": {}, "method": "PUT", @@ -169,7 +169,7 @@ "description": "CLI: vppctl nat64 add pool address 172.16.2.0 - 172.16.2.4\n\nCan be verified with\nvppctl show nat64 pool\n\nMore information:\nhttps://wiki.fd.io/view/VPP/NAT", "collectionId": "87e0bcaa-5031-9a2b-8a6b-329758310154", "responses": [], - "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 1,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\",\r\n \"vpp-nat:pool-type\": \"nat64\"\r\n\t}\r\n}" + "rawModeData": "{\r\n\t\"external-ip-address-pool\" : {\r\n\t\t\"pool-id\": 3,\r\n\t\t\"external-ip-pool\": \"172.16.2.0/30\",\r\n \"vpp-nat:pool-type\": \"nat64\"\r\n\t}\r\n}" }, { "id": "3a930fbc-f103-63e9-8d9d-3ecf496f1d24", -- cgit 1.2.3-korg