* Added "services" to the network settings, and refactored the settings class a bit

to be easier extendable with more classes.
* Fixed a bug in the settings that caused updated settings to be appended to the
  existing ones (missing BMessage::MakeEmpty()).
* Started services system, doesn't do anything useful yet (inetd replacement).
* Fixed the bug that caused the loopback default netmask to be incorrectly chosen;
  removed the temporary fix Bruno introduced before. The same bug has been in
  ifconfig where I copied the code from (but wrote it there, too) :-).


git-svn-id: file:///srv/svn/repos/haiku/haiku/trunk@19609 a95241bf-73f2-0310-859d-f6bbb57e9c96
This commit is contained in:
Axel Dörfler
2006-12-22 20:53:08 +00:00
parent d2980e876d
commit fc398fa2ab
7 changed files with 420 additions and 50 deletions
+1
View File
@@ -13,6 +13,7 @@ Server net_server :
Settings.cpp
AutoconfigLooper.cpp
DHCPClient.cpp
Services.cpp
;
LinkAgainst net_server :