Bug 221439 - option "dhcp addresses only" can not be disabled
Summary: option "dhcp addresses only" can not be disabled
Status: RESOLVED FIXED
Alias: None
Product: Network Management
Classification: Miscellaneous
Component: Control Module (show other bugs)
Version: unspecified
Platform: unspecified Linux
: NOR normal
Target Milestone: ---
Assignee: Will Stephenson
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-01-05 21:17 UTC by Pascal Maillard
Modified: 2010-01-08 18:17 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Pascal Maillard 2010-01-05 21:17:44 UTC
Version:           Unbekannt (using 4.3.1 (KDE 4.3.1) "release 6", openSUSE 11.2)
Compiler:          gcc
OS:                Linux (x86_64) release 2.6.31.8-0.1-desktop

- create a connection (e.g. by connecting to a wireless network) or edit an existing one
- in the tab "IP address", select the option "Automatic (DHCP) Addresses Only"
- click OK
- edit the connection again
- in the tab "IP address", select the option "Automatic (DHCP)"
- click OK
- now edit the connection again and go to the tab "IP address", the option "Automatic (DHCP) Addresses Only" is still selected!

This severe bug has the most annoying effect that no route and DNS are set for the connection in question! (which cost me half a day to figure out, I thought my wireless driver had a flaw....).
Comment 1 Will Stephenson 2010-01-08 15:08:57 UTC
Confirmed
Comment 2 Will Stephenson 2010-01-08 18:10:22 UTC
SVN commit 1071755 by wstephens:

Clear the 'ignore dhcp dns' setting when the combo box is reverted to
'Automatic (DHCP)'.
BUG: 221439


 M  +6 -1      ipv4widget.cpp  


WebSVN link: http://websvn.kde.org/?view=rev&revision=1071755
Comment 3 Pascal Maillard 2010-01-08 18:17:09 UTC
Thanks for the quick fix. I further suggest that a warning be displayed or confirmation is asked for if the user chooses "DHCP addresses only" without specifying gateway and DNS server.