Actions
Bug #28760
closedUnable to create IPv6 subnet
Difficulty:
Triaged:
Yes
Team Backlog:
Description
The CLI/API insist on providing mask, for IPv6 we do provide prefix in CIDR notation in UI which Javascript fills into prefix field.
[root@fm ~]# hammer subnet create --name provisioning --network-type IPv6 --network fd00:aaaa:bbbb:cc::/64 --tftp-id 1 --discovery-id 1 --httpboot-id 1 --template-id 1 --domains ipsix.lan Could not create the subnet: Missing arguments for 'subnet[mask]'
Actions