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
While trying to add an IP address to a connection using a netmask instead of a prefix length the request fails silently.
It is a problem from two point of view:
The form says user can users a netmask, but actually they cannot
The form is sent as successful request, but actually it failed
The root of the problem could be in the formatIp network utility, which does not take care to convert the netmask to a prefix length. It is called by connection#toApi.
While trying to add an IP address to a connection using a netmask instead of a prefix length the request fails silently.
It is a problem from two point of view:
The root of the problem could be in the
formatIp
network utility, which does not take care to convert the netmask to a prefix length. It is called byconnection#toApi
.Or maybe the backend should allow netmask too.
Below the error from axios
The text was updated successfully, but these errors were encountered: