mirror of
https://dev.iopsys.eu/feed/iopsys.git
synced 2025-12-10 07:44:50 +01:00
TWAMP: fix the parent path of TWAMPReflector object
This commit is contained in:
parent
6f40b3fe47
commit
79aa793d47
1 changed files with 2 additions and 2 deletions
|
|
@ -19,7 +19,7 @@
|
|||
/* ********** DynamicObj ********** */
|
||||
DM_MAP_OBJ tDynamicObj[] = {
|
||||
/* parentobj, nextobject, parameter */
|
||||
{"Device.IP.Interface.", tDeviceTWAMPReflectorObj, NULL},
|
||||
{"Device.IP.Interface.{i}.", tDeviceTWAMPReflectorObj, NULL},
|
||||
{0}
|
||||
};
|
||||
|
||||
|
|
@ -281,7 +281,7 @@ static int browseIPInterfaceTWAMPReflectorInst(struct dmctx *dmctx, DMNODE *pare
|
|||
return 0;
|
||||
}
|
||||
|
||||
/* *** Device.IP.Interface. *** */
|
||||
/* *** Device.IP.Interface.{i}. *** */
|
||||
DMOBJ tDeviceTWAMPReflectorObj[] = {
|
||||
/* OBJ, permission, addobj, delobj, checkdep, browseinstobj, nextdynamicobj, dynamicleaf, nextobj, leaf, linker, bbfdm_type, uniqueKeys*/
|
||||
{"TWAMPReflector", &DMWRITE, addObjIPInterfaceTWAMPReflector, delObjIPInterfaceTWAMPReflector, NULL, browseIPInterfaceTWAMPReflectorInst, NULL, NULL, NULL, tIPInterfaceTWAMPReflectorParams, NULL, BBFDM_BOTH, LIST_KEY{"Alias", "Port", NULL}},
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue