add NetworkCIDR for overlays

This commit is contained in:
Christian Goll
2022-04-13 20:19:35 +02:00
parent 96f220a950
commit 5adc0e3093
2 changed files with 3 additions and 0 deletions

View File

@@ -31,6 +31,7 @@ type TemplateStruct struct {
Ipaddr6 string
Netmask string
Network string
NetworkCIDR string
Ipv6 bool
Dhcp warewulfconf.DhcpConf
Nfs warewulfconf.NfsConf