diff options
author | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-09-21 23:21:08 -0400 |
---|---|---|
committer | Hesam Rahimi <hesam.rahimi@huawei.com> | 2021-09-21 23:23:47 -0400 |
commit | dfd2ca0b01409de98d89b36abdc82bd08cf474ca (patch) | |
tree | ac10c15874270f986865fa42ccd1f29126ae79e3 /platform-logic/restapi-templates | |
parent | b1ca6cef4cb2fa4bee61abda7e328b45c520c497 (diff) |
Buf fixing for creation, deletion, and modification of a cloud leased-line (CLL) service.
Issue-ID: SDNC-1594
Signed-off-by: Hesam Rahimi <hesam.rahimi@huawei.com>
Change-Id: I4da3a04db97a3e6358cd24cdff540e2e97c208cc
Former-commit-id: 0fab18d499c857b08812b099d9e0d88a93102247
Diffstat (limited to 'platform-logic/restapi-templates')
-rw-r--r-- | platform-logic/restapi-templates/src/main/json/cll-ethernet-service-loop.json | 4 |
1 files changed, 2 insertions, 2 deletions
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 @@ }, } ] + } ] } } |