https://bugs.kde.org/show_bug.cgi?id=414464
--- Comment #1 from Bruce Anderson <banderson19...@san.rr.com> --- (In reply to daniel-other+kdebug from comment #0) > SUMMARY > - default name contains spaces and thus results in cancellation when > adding new VPN entry. (if name not changed) The default name will be changed to not include spaces. > > - entering a ipv6 ip in allowed ip text box leads to cancellation of > editing the entry when trying to apply it, but ipv6 ip is a legal option in > wireguard (for example 0.0.0.0, ::/0) I am unable to reproduce this problem, in fact I have used IPv6 in the Allowed IPs in all the tests I have done. I notice that in the example given, there is not a CIDR mask given on the IPv4 part though. It should actually be: "0.0.0.0/0, ::/0" so this might be the problem. What is showing when you enter this string in the Allowed IPs field? That field has an integrity check on it which should set the background color to an error color (on mine it shows red but that is theme dependent) and the OK button should be grayed out. So when you create a new WireGuard connection, you should see several fields (Private Key in the initial window and Public Key and Allowed IPs in the Peers window) should be highlighted with the error background and Save (or OK on the Peer window) should be grayed out and as you enter a correct value, the error background should go away and when all checked fields are good, the Save button should become active. Is this what you are seeing? > > - don't cancel the entry when illegal inputs are made, but rather block > user from applying the change. > Unfortunately the software architecture of plasma-nm with WireGuard being added after the rest of the interface was implemented, made this a whole lot easier for the data fields on the WireGuard Interface tab than the other tabs so that was what got implemented. A solution for the other entries (including the connection name field) is being explored. > SOFTWARE/OS VERSIONS > Linux/KDE Plasma: Arch Linux > KDE Plasma Version: 5.17.3 > KDE Frameworks Version: 5.64.0 > Qt Version: 5.13.2 -- You are receiving this mail because: You are watching all bug changes.