From 55b429cfc73802e3e52fa2f3864ecc4cdd552728 Mon Sep 17 00:00:00 2001 From: "shashikanth.vh" Date: Fri, 7 Sep 2018 14:38:22 +0530 Subject: integration test issues fix for sdwan and sotn Change-Id: I406550404f0cfb661d6e480cf1df48d39fad06e7 Issue-ID: SDNC-357 Signed-off-by: shashikanth.vh Former-commit-id: 3e4fa46160a5d6d52bb7eccf08dbb790d96a4682 --- .../src/main/json/sdwan-underlay.json | 29 +++++++++++----------- 1 file changed, 14 insertions(+), 15 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-underlay.json') diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json b/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json index eed2c32e..ed6161b8 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-underlay.json @@ -1,18 +1,17 @@ { - "routes": [ - { - "id": ${prop.route.id}, - "vpnId": ${prop.vpnId}, - "siteId": ${prop.route.siteId}, - "deviceId": ${prop.route.deviceId}, - "tnpId": ${prop.route.wanportId}, - "priority": 60, - "destination": ${prop.route.providerIpAddress}, - "nextHopType": "ip-address", - "ipAddress": ${prop.route.ipAddress}, - "track": "false", - "target": null - } - ] + "routes": [ + { + "id": ${prop.route.id}, + "vpnId": ${prop.vpnId}, + "siteId": ${prop.route.siteId}, + "deviceId": ${prop.route.deviceId}, + "destinationAddressMask": ${prop.route.providerIpAddress}, + "priority": 60, + "nextHopType": "ip-address", + "ipAddress": ${prop.route.ipAddress}, + "track": false, + "target": null + } + ] } -- cgit 1.2.3-korg