From dfd2ca0b01409de98d89b36abdc82bd08cf474ca Mon Sep 17 00:00:00 2001 From: Hesam Rahimi Date: Tue, 21 Sep 2021 23:21:08 -0400 Subject: Buf fixing for creation, deletion, and modification of a cloud leased-line (CLL) service. Issue-ID: SDNC-1594 Signed-off-by: Hesam Rahimi Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247 --- .../restapi-templates/src/main/json/cll-ethernet-service-loop.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json') diff --git a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json index e4198aa5..5bd29ced 100644 --- a/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json +++ b/platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json @@ -19,6 +19,7 @@ }, } ] + }, "resilience":{ "protection":{ "enable":"true", @@ -39,8 +40,6 @@ "access-node-id": ${ethernet-srv-end-points-list[${1}].eth-node-id}, "access-ltp-id": ${ethernet-srv-end-points-list[${1}].eth-node-tp-id}, "access-role": ${ethernet-srv-end-points-list[${1}].leafOrRootAccess} - // "ietf-eth-tran-types:leaf-access" - // "ietf-eth-tran-types:root-primary" } ], "outer-tag":{ @@ -56,6 +55,7 @@ }, } ] + } ] } } -- cgit 1.2.3-korg