From f94e54970ffab8953dddd79877348291c962dc3c Mon Sep 17 00:00:00 2001 From: Ainar Garipov Date: Mon, 13 Dec 2021 15:24:35 +0300 Subject: [PATCH] home: imp docs, opt --- internal/home/config.go | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/internal/home/config.go b/internal/home/config.go index 8666c9672e2..99463a6a928 100644 --- a/internal/home/config.go +++ b/internal/home/config.go @@ -84,10 +84,9 @@ type configuration struct { DHCP dhcpd.ServerConfig `yaml:"dhcp"` - // Note: this array is filled only before file read/write and then it's - // cleared. - // - // TODO(a.garipov): Do something with this. + // Clients contains the YAML representations of the persistent clients. + // This field is only used for reading and writing persistent client data. + // Keep this field sorted to ensure consistent ordering. Clients []*clientObject `yaml:"clients"` logSettings `yaml:",inline"`