You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am unable to add or remove IPv6 addresses or routes from Managed Routes or IP Assignment menus though this is clearly a supported feature when interacting with controller via API.
It's also impossible to delete any routes (including IPv4) if there are IPv6 routes presented
🔍 Steps to Reproduce
Managed routes
Go to menu
Click a "plus" sign
Enter a IPv6 route
Click Add
IP assignments
Go to menu
Click Advanced
Add a IPv6 range
Click Submit
🔧 Deployment Type
Docker
Standalone
✨ Expected Behavior
Both of those menus should validate IPv6 successfully as it is supported by ZeroTier Central, ZeroTier Controller API and ztcui where I migrated from
📋 ZTNET Logs
No response
🖼 Screenshots
The error I get when interacting with menus
The text was updated successfully, but these errors were encountered:
Apparently it seems to be the issue with this method
I do think this is caused by a lack of distinction between v4 and v6 at lines 97 and 98. The variable is set by the same method for both addresses, which will return true if the address is v4 or v6. So, if the address is v4 or v6, the method will always go for the branch if(isIPv4) at line 101 and check prefixNumber as if it was v4, even if an IPv6 CIDR is supplied
🐛 Describe the Bug
I am unable to add or remove IPv6 addresses or routes from Managed Routes or IP Assignment menus though this is clearly a supported feature when interacting with controller via API.
It's also impossible to delete any routes (including IPv4) if there are IPv6 routes presented
🔍 Steps to Reproduce
Managed routes
IP assignments
🔧 Deployment Type
✨ Expected Behavior
Both of those menus should validate IPv6 successfully as it is supported by ZeroTier Central, ZeroTier Controller API and ztcui where I migrated from
📋 ZTNET Logs
No response
🖼 Screenshots
The error I get when interacting with menus
The text was updated successfully, but these errors were encountered: