home: imp docs, opt
This commit is contained in:
parent
39da2f9eaa
commit
0d6f4f0139
|
@ -84,10 +84,9 @@ type configuration struct {
|
||||||
|
|
||||||
DHCP dhcpd.ServerConfig `yaml:"dhcp"`
|
DHCP dhcpd.ServerConfig `yaml:"dhcp"`
|
||||||
|
|
||||||
// Note: this array is filled only before file read/write and then it's
|
// Clients contains the YAML representations of the persistent clients.
|
||||||
// cleared.
|
// This field is only used for reading and writing persistent client data.
|
||||||
//
|
// Keep this field sorted to ensure consistent ordering.
|
||||||
// TODO(a.garipov): Do something with this.
|
|
||||||
Clients []*clientObject `yaml:"clients"`
|
Clients []*clientObject `yaml:"clients"`
|
||||||
|
|
||||||
logSettings `yaml:",inline"`
|
logSettings `yaml:",inline"`
|
||||||
|
|
Loading…
Reference in New Issue