diff options
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json b/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json index 3a90103c..fde75fe7 100644 --- a/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json +++ b/platform-logic/restapi-templates/src/main/json/vcpe-vxlan-tunnel.json @@ -3,13 +3,13 @@ { "enabled": "true", "link-up-down-trap-enable": "enabled", - "name": "${tmp.tunnel-name}", + "name": ${tmp.tunnel-name}, "type": "v3po:vxlan-tunnel", "vxlan": { - "dst": "${tmp.tunnel-dest-ip}", + "dst": ${tmp.tunnel-dest-ip}, "encap-vrf-id": "0", - "src": "${tmp.tunnel-src-ip}", - "vni": "${tmp.tunnel-vni}" + "src": ${tmp.tunnel-src-ip}, + "vni": ${tmp.tunnel-vni} } } ] |