This revision was automatically updated to reflect the committed changes.
Closed by commit R116:b7daee75ee0e: wireguard: Trim IP list before submitting
to NM (authored by Haochen Tong , committed by
jgrulich).
REPOSITORY
R116 Plasma Network Management Applet
CHANGES SINCE L
hexchain updated this revision to Diff 76418.
hexchain edited the summary of this revision.
hexchain edited the test plan for this revision.
hexchain added a comment.
Edited summary according to guidelines
REPOSITORY
R116 Plasma Network Management Applet
CHANGES SINCE LAST UPDATE
https://
hexchain updated this revision to Diff 76417.
hexchain added a comment.
Updated according to comments.
REPOSITORY
R116 Plasma Network Management Applet
CHANGES SINCE LAST UPDATE
https://phabricator.kde.org/D27661?vs=76414&id=76417
REVISION DETAIL
https://phabricator.kde.org/D27661
AFF
usta added inline comments.
INLINE COMMENTS
> wireguardpeerwidget.cpp:197
> +
> +for (QString &ip : rawIPList) {
> +ipList.append(ip.trimmed());
const
REPOSITORY
R116 Plasma Network Management Applet
REVISION DETAIL
https://phabricator.kde.org/D27661
To: hexchain, jgrulich
Cc:
hexchain created this revision.
Herald added a project: Plasma.
Herald added a subscriber: plasma-devel.
Herald added a reviewer: jgrulich.
hexchain requested review of this revision.
REVISION SUMMARY
The `SimpleIpListValidator` validates each trimmed item in a comma-separated
list, but `WireGu