Hi,

v2:
- Removed patch 1, the proper fix for the issue in in patch 4.
  Thanks to Patrik for pointing this out.

v1:
this patchset adds support for ethernet tethering. By default
user is not allowed to tether ethernet as it can cause havoc
in the network. In ethernet tethering ConnMan starts a DHCP
server which might confuse corporate or home networks as typically
there is already a DHCP server running.
User must set AllowEthernetTethering in main.conf before
ethernet tethering is allowed.

Cheers,
Jukka


Jukka Rissanen (6):
  conf: Add description of AllowEthernetTethering
  main: Add support for AllowEthernetTethering configuration variable
  device: Add support functions needed by ethernet tethering
  rtnl: Interface was added to technology too early
  ethernet: Add tethering support
  technology: Check if ethernet tethering is allowed

 include/device.h   |   3 ++
 plugins/ethernet.c | 101 ++++++++++++++++++++++++++++++++++++++++++++++++++++-
 src/device.c       |  43 +++++++++++++++++++++++
 src/main.c         |  15 ++++++++
 src/main.conf      |   9 +++++
 src/rtnl.c         |  14 ++++++--
 src/technology.c   |   7 ++++
 7 files changed, 189 insertions(+), 3 deletions(-)

-- 
1.7.11.7

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

Reply via email to