diff --git a/localconfig/host.go b/localconfig/host.go index b304ea4..9602554 100644 --- a/localconfig/host.go +++ b/localconfig/host.go @@ -8,6 +8,9 @@ import ( type Host struct { Name string + + Labels map[string]string + MACs []string IPs []string