summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json
diff options
context:
space:
mode:
Diffstat (limited to 'platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json')
-rw-r--r--platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json24
1 files changed, 24 insertions, 0 deletions
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}
+ }
+ }
+ ]
+ }
+}