v.18.1New Feature
Setting Subnet Mask in users.xml for IPv6 Networks
Theusers.xmlfile allows setting a subnet mask in the format10.0.0.1/255.255.255.0. This is necessary for using masks for IPv6 networks with zeros in the middle (#2637).
Why it matters
This feature addresses the limitation of subnet mask specification by allowing masks in full notation, which is particularly important for IPv6 networks where zeros may appear in the middle of the address. It improves flexibility and correctness in user network settings.How to use it
To use this feature, specify the subnet mask in theusers.xml file using the format IP_address/full_mask, for example, 10.0.0.1/255.255.255.0. This enables correct mask handling especially for complex IPv6 subnet configurations.