I am writing a server application which allow remote client to show/add/change/delete IP addresses of network interfaces of the machine where the host is running.
The OS is Linux(CentOS 5.2), so I could do that by simply parse and edit configure file. But is there any package that could simplify the job?
And if there is none such package, if I open source my implementation, will that help other people?