Add IpCIDR6 and IPv6 DHCP range

Signed-off-by: Timothy Middelkoop <tmiddelkoop@internet2.edu>
This commit is contained in:
Timothy Middelkoop
2025-11-17 17:53:09 +00:00
parent 5314a4c858
commit 463994976e
7 changed files with 24 additions and 2 deletions

View File

@@ -91,6 +91,7 @@ data from other structures.
- Ipaddr: 192.168.0.1
- IpCIDR: 192.168.0.1/24
- Ipaddr6:
- IpCIDR6:
- Netmask: 255.255.255.0
- Network: 192.168.0.0
- NetworkCIDR: 192.168.0.0/24
@@ -102,6 +103,8 @@ data from other structures.
- Dhcp.Template: default
- Dhcp.RangeStart:
- Dhcp.RangeEnd:
- Dhcp.Range6Start:
- Dhcp.Range6End:
- Dhcp.SystemdName: dhcpd
### NFS

View File

@@ -31,6 +31,7 @@ data from other structures.
- Ipaddr: {{ .Ipaddr }}
- IpCIDR: {{ .IpCIDR }}
- Ipaddr6: {{ .Ipaddr6 }}
- IpCIDR6: {{ .IpCIDR6 }}
- Netmask: {{ .Netmask }}
- Network: {{ .Network }}
- NetworkCIDR: {{ .NetworkCIDR }}
@@ -42,6 +43,8 @@ data from other structures.
- Dhcp.Template: {{ .Dhcp.Template }}
- Dhcp.RangeStart: {{ .Dhcp.RangeStart }}
- Dhcp.RangeEnd: {{ .Dhcp.RangeEnd }}
- Dhcp.Range6Start: {{ .Dhcp.Range6Start }}
- Dhcp.Range6End: {{ .Dhcp.Range6End }}
- Dhcp.SystemdName: {{ .Dhcp.SystemdName }}
### NFS