diff options
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", } ] } |