From: Daniel Wagner <[email protected]>

Hi,

here is an updated version. I changed quite a bit in the first patch
and thererfore I was shamelessly assigned the auther to my name.
I hope that's okay.

There are so many changes in the this version I don't add a change log :)

Please review

cheers,
daniel

Daniel Wagner (5):
  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

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 ++-
 src/connman.h      |   32 +++++
 src/ipconfig.c     |    6 +
 src/ippool.c       |  356 ++++++++++++++++++++++++++++++++++++++++++++++++++++
 src/main.c         |    2 +
 src/tethering.c    |   89 +++++++++----
 unit/test-ippool.c |  240 +++++++++++++++++++++++++++++++++++
 7 files changed, 707 insertions(+), 28 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

Reply via email to