added IpCIDR entry for the nodes

This commit is contained in:
Christian Goll
2021-07-29 09:24:58 +02:00
parent 535563150c
commit 6d267d38e6
2 changed files with 13 additions and 0 deletions

View File

@@ -44,6 +44,8 @@ type NetDevs struct {
Default bool `yaml:"default"`
Hwaddr string
Ipaddr string
IpCIDR string
Prefix string
Netmask string
Gateway string `yaml:"gateway,omitempty"`
}
@@ -91,6 +93,8 @@ type NetDevEntry struct {
Default Entry `yaml:"default"`
Hwaddr Entry
Ipaddr Entry
IpCIDR Entry
Prefix Entry
Netmask Entry
Gateway Entry `yaml:"gateway,omitempty"`
}