diff --git a/acl/admin/prplmesh.json.in b/acl/admin/prplmesh.json.in index e48e728cd..4d18bc1f4 100644 --- a/acl/admin/prplmesh.json.in +++ b/acl/admin/prplmesh.json.in @@ -1,10 +1,9 @@ { - "@CONTROLLER_ROOT_DM@.": { + "Device.WiFi.DataElements.": { "Order": 1, "Param": "rwxn", "Obj": "rwxn", "InstantiatedObj": "rwxn", "CommandEvent": "rwxn" } -} - +} diff --git a/controller/nbapi/odl/01_device-wifi_prplmesh_mapping.odl.in b/controller/nbapi/odl/01_device-wifi_prplmesh_mapping.odl.in new file mode 100644 index 000000000..1a702ebe6 --- /dev/null +++ b/controller/nbapi/odl/01_device-wifi_prplmesh_mapping.odl.in @@ -0,0 +1,3 @@ +%config { + %global "proxy-object.'Device.WiFi.DataElements.'" = "@DATAELEMENTS_ROOT_DM@."; +}