preliminary multi-net support

This commit is contained in:
Mikaël Cluseau
2024-08-17 19:13:06 +02:00
parent eaeb38b8c2
commit aac792c341
5 changed files with 57 additions and 18 deletions

View File

@ -202,6 +202,9 @@ type Host struct {
Cluster string
Group string
Net string
IPFrom map[string]string `json:",omitempty" yaml:"ip_from"`
IPXE string `json:",omitempty"`
Kernel string
Initrd string