From bd8befcd781b1c26f2f5c63e4f0c950dad9c3931 Mon Sep 17 00:00:00 2001 From: "prakash.e" Date: Mon, 13 May 2019 18:35:06 +0530 Subject: Fix SDWAN restapi templates SDWAN controller requests is updated with correct parameters and values Change-Id: I36f3309b93a9255a5d94ac060c50f8c3256b1f37 Issue-ID: SDNC-659 Signed-off-by: Prakash.E Former-commit-id: 986ea914320fe9bd52cefcb6fc9307e1f302af37 --- platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json') diff --git a/platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json b/platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json index 58cf7969..3f07b600 100644 --- a/platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json +++ b/platform-logic/restapi-templates/src/main/json/sdwan-wan-port-dhcp.json @@ -9,7 +9,7 @@ "vlanId": "null", "ipConnection": { "ipv4": { - "publicIP": null, + "publicIP": ${prop.wan.ipAddress}, "accessType": "IPoE", "ipMode": "DHCP", "customerAddress": "", -- cgit 1.2.3-korg