From: Daniel Wagner <[email protected]> Hi,
another update on this series. I have worked on the nameserver issue we discussed on IRC. It is not extensivle tested yet and I have to admit it looks rather hackish on the referencing/derefencing part. cheers, daniel Daniel Wagner (6): service: Extend Service nameserver API ipconfig: Add _connman_ipconfig_set_ipv4 service: Add __connman_service_timeserver_append/remove service: Add __connman_service_pac_append/remove dhcp: Remove DHCP element WIP: Random fixes include/service.h | 2 +- plugins/pacrunner.c | 7 +- src/connman.h | 34 +++++- src/dhcp.c | 305 ++++++++++++++++++++++++++------------------------ src/dnsproxy.c | 3 + src/element.c | 2 - src/ipconfig.c | 22 ++++ src/ipv4.c | 11 ++- src/main.c | 2 + src/network.c | 107 +++++++++--------- src/provider.c | 4 +- src/service.c | 256 ++++++++++++++++++++++++++++++++++--------- src/wpad.c | 11 +- 13 files changed, 497 insertions(+), 269 deletions(-) -- 1.7.3.5 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
