X-Git-Url: https://gerrit.onap.org/r/gitweb?a=blobdiff_plain;f=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Foofpcipoc-generic-neighbor-patch.json;fp=platform-logic%2Frestapi-templates%2Fsrc%2Fmain%2Fjson%2Foofpcipoc-generic-neighbor-patch.json;h=b3b4643bea2b435e832203f61584f47329ceac73;hb=6c64ce6d8be0d03ddc9d940cc5caeb7000b1f390;hp=0000000000000000000000000000000000000000;hpb=ede33b1a140b56b2fd225c7298122329f650f537;p=ccsdk%2Fdistribution.git diff --git a/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json new file mode 100644 index 00000000..b3b4643b --- /dev/null +++ b/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json @@ -0,0 +1,24 @@ +{ + "ietf-yang-patch:yang-patch": { + "patch-id": "Patch 2", + "comment": "patch for configuring neighbor ", + "edit": [ + { + "edit-id": "patch blacklisted", + "operation": "merge", + "target": "/oofpcipoc:blacklisted", + "value": { + "blacklisted": ${tmp.blacklisted} + } + }, + { + "edit-id": "patch phy-cell-id", + "operation": "merge", + "target": "/oofpcipoc:phy-cell-id", + "value": { + "phy-cell-id": ${tmp.phy-cell-id} + } + } + ] + } +}