That is my last version of the Private Network API, I'm not able to work on this anymore so I'm sending it here in the case someone wants to continue this work.
Regards, Gustavo F. Padovan (5): doc: add PrivateNetwork interface. manager: Add hooks for the PrivateNetwork API private-network: add support to create TUN interface private-network: add ip configuration and NAT tools: add private-network test Makefile.am | 4 +- doc/manager-api.txt | 25 +++++ src/connman.h | 3 + src/manager.c | 38 ++++++++ src/tethering.c | 201 ++++++++++++++++++++++++++++++++++++++++ tools/private-network-test.c | 211 ++++++++++++++++++++++++++++++++++++++++++ 6 files changed, 481 insertions(+), 1 deletions(-) create mode 100644 tools/private-network-test.c -- 1.7.4.1 _______________________________________________ connman mailing list [email protected] http://lists.connman.net/listinfo/connman
