https://bugzilla.novell.com/show_bug.cgi?id=480922 User pbaudis@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=480922#c9 Petr Baudis <pbaudis@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|RESOLVED |REOPENED Resolution|WONTFIX | --- Comment #9 from Petr Baudis <pbaudis@novell.com> 2009-03-06 04:16:55 MST --- I see! Thanks for the explanation. I still have one issue, though - I would still expect that the standard network setup tools work as expected and I have full manual control when /etc/init.d/network is stopped. I believe the current behavior is confusing for experienced admins/hackers. How common is it to have dhclient legitimely not set a default route? I believe the solution might simply be to add: if [ "$DHCLIENT_SET_DEFAULT_ROUTE" = yes ] ; then ... else echo "Warning: Not being told by NetworkManager to set up default route" >&2 fi This explains to people running dhclient manually that it is not setting up default route intentionally, gives them a string to grep for to find out where this decision happens, and lets them override the check suitably. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.