diff options
author | ramu.n <ramu.n@huawei.com> | 2017-11-10 12:20:23 +0530 |
---|---|---|
committer | ramu.n <ramu.n@huawei.com> | 2017-11-10 12:20:23 +0530 |
commit | 035160e7de4e63112e6f8978bc6b81f22445ffa9 (patch) | |
tree | d0c4d76b8d2b059ce024c64fb3c12bc9e89f7680 /platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json | |
parent | 598c74334c8403f14bbe2a25c18e3a286dbd9e35 (diff) |
Update underlay DG for integration issues
*Fix typo mistakes in underlay network-input-parameter names
*Fix rest api parameters for IP-WAN & SPTN controller
*Update underlay JSON template for IP-WAN controller
Change-Id: I6308b7123561c032093dbff65b770389f92ca4fc
Issue-Id: SDNC-188
Signed-off-by: Ramu N <ramu.n@huawei.com>
Former-commit-id: 17cfd6d0d69e6da78d55cb76ed0446fca170eead
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json b/platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json index 67f127ce..fa940a48 100644 --- a/platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json +++ b/platform-logic/restapi-templates/src/main/json/l3smvpntemplate.json @@ -25,7 +25,8 @@ "vpn-id": ${prop.l3vpn.name}, "customer-name": "huawei", "vpn-service-topology": ${prop.l3vpn.topology}, - "route-exchange-policy": "huawei-ac-net-l3vpn-svc:vpnv4-way" + "route-exchange-policy": "vpnv4-way", + "address-family":"ipv4", } ] } |