From: Daniel Wagner <[email protected]> Hi,
I am pretty happy with this version now. Please let me know if you like it or not. The collision handling is still a bit rough for tethering, but I can't test this part at the moment. Therefore I let it as Guilaume has done it. As soon the brige setup for the session is there I can play with it and see how the stuff will behave. cheers, daniel Daniel Wagner (6): ippool: Add IP pool layer test-ippool: Add unit test for ippool ippool: Add API to notify when IP is externally assigned test-ippool: Add collision unit test ipconfig: Add/del IP address from IP pool TODO: Remove IP ranges allocation and check entry Guillaume Zajac (3): tethering: Use IP pool API with private network tethering: Use IP pool API with DHCP tethering: Add notification callback implementation Makefile.am | 10 +- TODO | 11 -- src/connman.h | 33 +++++ src/ipconfig.c | 6 + src/ippool.c | 361 ++++++++++++++++++++++++++++++++++++++++++++++++++++ src/main.c | 2 + src/tethering.c | 91 ++++++++++---- unit/test-ippool.c | 210 ++++++++++++++++++++++++++++++ 8 files changed, 685 insertions(+), 39 deletions(-) create mode 100644 src/ippool.c create mode 100644 unit/test-ippool.c -- 1.7.8.2.325.g247f9 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
