Bug 297424

Summary: networkmanagement is missing support for ipv6 autoconf in UI
Product: Network Management Reporter: Dennis Schridde <dschridde+kde>
Component: WiredAssignee: Lamarque V. Souza <lamarque>
Status: RESOLVED FIXED    
Severity: normal CC: meta
Priority: NOR    
Version: 0.9   
Target Milestone: ---   
Platform: unspecified   
OS: Linux   
Latest Commit: Version Fixed In: 0.9.0.3

Description Dennis Schridde 2012-04-03 21:38:39 UTC
According to [1] NetworkManager supports ipv6 autoconf since version 0.8. KDE networkmanagement 0.9 is missing support for this in the UI (libs/ui/ipv6.ui line 108ff).

[1] http://live.gnome.org/NetworkManager/ReleaseProcess
Comment 1 Lamarque V. Souza 2012-05-24 03:01:37 UTC
Git commit 6c30f58a1a6292b12bd9daf821d75a2745cc9c4a by Lamarque V. Souza.
Committed on 24/05/2012 at 03:03.
Pushed by lvsouza into branch 'master'.

Add "Automatic (DHCP only)" as possible IPv6 activation method. The
default IPv6 activation method is "Automatic" now.
IPv6 supports "Automatic", "Automatic (addresses only)" and
"Automatic (DHCP only)". IPv4 supports "Automatic (DHCP)" and "Automatic
(DHCP) addresses only".
FIXED-IN: 0.9.0.3

M  +1    -0    libs/internals/schemas/ipv6.kcfg
M  +7    -2    libs/ui/ipv6.ui
M  +15   -42   libs/ui/ipv6widget.cpp

http://commits.kde.org/networkmanagement/6c30f58a1a6292b12bd9daf821d75a2745cc9c4a
Comment 2 Lamarque V. Souza 2012-05-24 03:01:37 UTC
Git commit 35c4ef8d34563b061acf1a83d930345eec166060 by Lamarque V. Souza.
Committed on 24/05/2012 at 03:03.
Pushed by lvsouza into branch 'nm09'.

Add "Automatic (DHCP only)" as possible IPv6 activation method. The
default IPv6 activation method is "Automatic" now.
IPv6 supports "Automatic", "Automatic (addresses only)" and
"Automatic (DHCP only)". IPv4 supports "Automatic (DHCP)" and "Automatic
(DHCP) addresses only".
FIXED-IN: 0.9.0.3
(cherry picked from commit 6c30f58a1a6292b12bd9daf821d75a2745cc9c4a)

M  +1    -0    libs/internals/schemas/ipv6.kcfg
M  +7    -2    libs/ui/ipv6.ui
M  +15   -42   libs/ui/ipv6widget.cpp

http://commits.kde.org/networkmanagement/35c4ef8d34563b061acf1a83d930345eec166060
Comment 3 Lamarque V. Souza 2012-05-24 20:41:40 UTC
*** Bug 300571 has been marked as a duplicate of this bug. ***