add support for defining global host info

Change the '*' in the node info update cmd to refer to host info instead

Signed-off-by: Felix Fietkau <nbd@nbd.name>
This commit is contained in:
Felix Fietkau
2021-07-06 19:44:01 +02:00
parent 0029f3ce2e
commit e685db7fa7
9 changed files with 47 additions and 26 deletions

1
node.h
View File

@@ -70,6 +70,7 @@ struct usteer_remote_host {
struct avl_node avl;
struct list_head nodes;
struct blob_attr *host_info;
char *addr;
};