Fix vcp template errors, remove extra quotes
[sdnc/oam.git] / platform-logic / restapi-templates / src / main / json / vcpe-vxlan-tunnel.json
index 3a90103..fde75fe 100644 (file)
@@ -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}
             }
         }
     ]