summaryrefslogtreecommitdiffstats
path: root/platform-logic/restapi-templates/src/main/json/oofpcipoc-generic-neighbor-patch.json
blob: 6362d64151a00c337b5eb463c3a86fb05bcb82c7 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
{
    "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}
                }
            }
        ]
    }
}