summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json
blob: b3b4643bea2b435e832203f61584f47329ceac73 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
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}
                }
            }
        ]
    }
}