mirror of
https://dev.iopsys.eu/bbf/bbfdm.git
synced 2025-12-10 07:44:39 +01:00
Cleanup topology object references
This commit is contained in:
parent
a9f11ebaaa
commit
88cb3330ef
2 changed files with 502 additions and 9590 deletions
File diff suppressed because it is too large
Load diff
|
|
@ -37,7 +37,7 @@ static char *get_host_linker(char *ipaddr)
|
|||
char *macaddr = "";
|
||||
int i = 0;
|
||||
|
||||
dmubus_call("topology", "hosts", UBUS_ARGS{0}, 0, &res);
|
||||
dmubus_call("hosts", "show", UBUS_ARGS{0}, 0, &res);
|
||||
if (res == NULL)
|
||||
return "";
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue