From bf811616d2f410bcfa04d51d111ee4239bc74820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Mika=C3=ABl=20Cluseau?= Date: Wed, 11 Dec 2019 13:08:16 +0100 Subject: [PATCH] localconfig: add labels to host --- localconfig/host.go | 3 +++ 1 file changed, 3 insertions(+) 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