Summary: | Configuration screen lacks option for IPv6 privacy | ||
---|---|---|---|
Product: | [Unmaintained] Network Management | Reporter: | Ralf Jung <post> |
Component: | Control Module | Assignee: | Lamarque V. Souza <lamarque> |
Status: | RESOLVED FIXED | ||
Severity: | wishlist | CC: | jgrulich |
Priority: | NOR | ||
Version: | 0.9 | ||
Target Milestone: | --- | ||
Platform: | Other | ||
OS: | Linux | ||
URL: | https://git.reviewboard.kde.org/r/108064/ | ||
Latest Commit: | http://commits.kde.org/networkmanagement/402ad6f360aec052c5f48dfe68f40a1fc0ae9f17 | Version Fixed In: | |
Sentry Crash Report: |
Description
Ralf Jung
2012-12-28 14:00:30 UTC
I wrote a patch for this and submitted it for review at https://git.reviewboard.kde.org/r/108064/ Knm::*setting classes will be replaced with classes from libnm-qt in future. I'm working on implementation of these classes and IPv6Setting is already implemented. But it will take some time to finish it so I think your patch could be applied for now. But this decision is up on lamarque. I assume that's part of the work going on in master, porting the applet to lib{mm,nm}-qt? I don't know what the state of that port is, i.e. how far away from a stable release (replacing the nm09 branch) it is. I based my work on the nm09 branch because I hope to use it soon, so I'd like to see it end up in a released version. Git commit b1bed1ebdc3ded10370cc084bb01a28a7e3432ef by Ralf Jung. Committed on 07/01/2013 at 12:09. Pushed by ralfjung into branch 'nm09'. Add option to configure IPv6 Privacy Extension REVIEW: 108064 M +5 -0 backends/NetworkManager/settings/ipv6dbus.cpp M +3 -1 libs/internals/settings/ipv6.cpp M +26 -0 libs/internals/settings/ipv6.h M +33 -7 libs/ui/ipv6.ui M +11 -0 libs/ui/ipv6widget.cpp http://commits.kde.org/networkmanagement/b1bed1ebdc3ded10370cc084bb01a28a7e3432ef Git commit 402ad6f360aec052c5f48dfe68f40a1fc0ae9f17 by Lamarque V. Souza, on behalf of Ralf Jung. Committed on 07/01/2013 at 12:09. Pushed by lvsouza into branch 'master'. Add option to configure IPv6 Privacy Extension REVIEW: 108064 (cherry picked from commit b1bed1ebdc3ded10370cc084bb01a28a7e3432ef) M +5 -0 backends/NetworkManager/settings/ipv6dbus.cpp M +3 -1 libs/internals/settings/ipv6.cpp M +26 -0 libs/internals/settings/ipv6.h M +27 -1 libs/ui/ipv6.ui M +11 -0 libs/ui/ipv6widget.cpp M +1 -1 plasma_nm_version.h http://commits.kde.org/networkmanagement/402ad6f360aec052c5f48dfe68f40a1fc0ae9f17 |