mirror of
https://gitlab.com/prpl-foundation/prplmesh/prplMesh.git
synced 2025-12-20 01:21:22 +08:00
controller: nbapi: Add prplMesh proxymapping ODL
Adds a proxymapping ODL that will map "X_PRPLWARE-COM_WiFiController." to "Device.WiFi.DataElements." Also changes the prplMesh ACL to target this proxied path. The generated mapping ODL needs to be installed as a tr181-device extension for the proxy to work. Closes: PPM-3311 Signed-off-by: Maarten De Decker <maarten.dedecker@mind.be>
This commit is contained in:
@@ -1,10 +1,9 @@
|
||||
{
|
||||
"@CONTROLLER_ROOT_DM@.": {
|
||||
"Device.WiFi.DataElements.": {
|
||||
"Order": 1,
|
||||
"Param": "rwxn",
|
||||
"Obj": "rwxn",
|
||||
"InstantiatedObj": "rwxn",
|
||||
"CommandEvent": "rwxn"
|
||||
}
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
@@ -0,0 +1,3 @@
|
||||
%config {
|
||||
%global "proxy-object.'Device.WiFi.DataElements.'" = "@DATAELEMENTS_ROOT_DM@.";
|
||||
}
|
||||
Reference in New Issue
Block a user