Fix vcp template errors, remove extra quotes
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / vcpe-vxlan-tunnel.json
1 {
2     "interface": [
3         {
4             "enabled": "true",
5             "link-up-down-trap-enable": "enabled",
6             "name": ${tmp.tunnel-name},
7             "type": "v3po:vxlan-tunnel",
8             "vxlan": {
9                 "dst": ${tmp.tunnel-dest-ip},
10                 "encap-vrf-id": "0",
11                 "src": ${tmp.tunnel-src-ip},
12                 "vni": ${tmp.tunnel-vni}
13             }
14         }
15     ]
16 }