Cleanup topology object references

This commit is contained in:
Vivek Kumar Dutta 2023-08-31 12:55:06 +05:30
parent a9f11ebaaa
commit 88cb3330ef
No known key found for this signature in database
GPG key ID: 65C818099F37097D
2 changed files with 502 additions and 9590 deletions

File diff suppressed because it is too large Load diff

View file

@ -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 "";