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
The Create Egress Gateway form requires a range and an interface. The form doesn't have any validation for ranges, so 1.2.3.4 will be accepted without any error messages even though it won't be applied in Wireguard.
There need to be validation at some level (ui / service / both).
P.S. There seems to be a regex for this, but it's unused:
The
Create Egress Gateway
form requires a range and an interface. The form doesn't have any validation for ranges, so1.2.3.4
will be accepted without any error messages even though it won't be applied in Wireguard.There need to be validation at some level (ui / service / both).
P.S. There seems to be a regex for this, but it's unused:
netmaker-ui/src/util/regex.ts
Lines 10 to 12 in 8f73ebb
The text was updated successfully, but these errors were encountered: