X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Fvcpe-vxlan-tunnel.json;h=fde75fe709c7a33506c54ac095be2fb01a61676f;hb=e5bb925a233ef1a063d6513fc7a19f9754fb439c;hp=3a90103c730990d3793dc6e71905122cca36eae0;hpb=feeddf46c5a465a1978260003ee1cb58c167a8b7;p=sdnc%2Foam.git 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} } } ]