Configuration changes to DG/templates SDNR POC
[ccsdk/distribution.git] / platform-logic / restapi-templates / src / main / json / oofpcipoc-generic-neighbor-patch.json
1 {
2     "ietf-yang-patch:yang-patch": {
3         "patch-id": "Patch 2",
4         "comment": "patch for configuring neighbor ",
5         "edit": [
6             {
7                 "edit-id": "patch blacklisted",
8                 "operation": "merge",
9                 "target": "/oofpcipoc:blacklisted",
10                 "value": {
11                     "blacklisted": ${tmp.blacklisted}
12                 }
13             }
14         ]
15     }
16 }