Hi,

the following patches create 6to4 tunnel automatically if enabled for
a given service, IPv6 is enabled and device has public IP address.

Regards,
Jukka


Jukka Rissanen (6):
  doc: Add comment about 6to4 tunnelling.
  ipconfig: Add function to return the system address pointer.
  6to4: Add 6to4 tunnel support.
  service: Create 6to4 tunnel if enabled.
  test: Add support for 6to4 tunnel status printing.
  test: Add support for enabling/disabling 6to4 tunnel.

 Makefile.am         |    2 +-
 doc/service-api.txt |    9 +
 src/6to4.c          |  569 +++++++++++++++++++++++++++++++++++++++++++++++++++
 src/connman.h       |    6 +
 src/ipconfig.c      |    9 +
 src/ipv4.c          |    5 +
 src/service.c       |   56 +++++
 test/list-services  |    2 +-
 test/test-connman   |   28 +++
 9 files changed, 684 insertions(+), 2 deletions(-)
 create mode 100644 src/6to4.c

_______________________________________________
connman mailing list
connman@connman.net
http://lists.connman.net/listinfo/connman

Reply via email to