Re: Iptable rules and MARK values for sessions

2013-11-06 Thread Chengyi Zhao
Hi Dianel, 2013/11/6 Daniel Wagner w...@monom.org Hi Glenn, On 11/04/2013 08:37 PM, Glenn Schmottlach wrote: I have a proposal which I hope the Connman developers will consider. Sure :) As I understand it, Connman sessions are tracked, in part, by marking packets associated with

Re: APIPA regression in connman wired ethernet (bump)

2013-11-06 Thread Tim Sander
Hi I have not received any reply to this mail? Is there any reason for that? Best regards Tim Am Montag, 28. Oktober 2013, 17:35:24 schrieb Tim Sander: Hi I just recognized that connman newer than version 1.16 have a regression in wired ethernet APIPA address functionality. Boot device

Re: APIPA regression in connman wired ethernet (bump)

2013-11-06 Thread Patrik Flykt
On Wed, 2013-11-06 at 11:18 +0100, Tim Sander wrote: I have not received any reply to this mail? Is there any reason for that? Just horribly busy at the moment, I'll look into it as soon as I can... Cheers, Patrik ___ connman mailing list

Session uid/gid Question

2013-11-06 Thread Tysen Moore
I'm looking into sessions and have a situations where I could use some insight on how this should work or if you have thought of alternate ways to solve a problem I have. We have a situation where we think we may need to proxy the session creation for the applications so we can provide extended

Session Policy Plugin Questions

2013-11-06 Thread Tysen Moore
I'm looking further into creating a session policy plug-in and found some issues that left me wondering if they were design intent or problems, any feedback would be appreciated. The code seems to load the plug-in and during the session policy plug-in init it registers by calling

src/technology.c:technology_get() No matching drivers found for wifi

2013-11-06 Thread Steve Sakoman
I'm attempting to use connman on an embedded system that has an ethernet port as well as wifi. The ethernet port works as expected. The wifi device does not. Looking through the connman messages with debug enabled (full copy below) I don't see a probe_driver() for wifi, and later I see:

Re: src/technology.c:technology_get() No matching drivers found for wifi

2013-11-06 Thread Tomasz Bursztyka
Hi Steve, Do you have wpa_supplicant installed? (and properly build: look at connman's README file to get the right configuration) Connman's technology drivers are not literally hardware drivers: they are backend drivers (wifi connman's driver is against wpa_supplicant, bluetooth connman's

Re: Session uid/gid Question

2013-11-06 Thread Patrik Flykt
Hi, On Wed, 2013-11-06 at 13:19 -0500, Tysen Moore wrote: We have a situation where we think we may need to proxy the session creation for the applications so we can provide extended filtering capabilities, etc. The session proxy is planned to play an administrative role for the

Re: Session Policy Plugin Questions

2013-11-06 Thread Patrik Flykt
Hi, On Wed, 2013-11-06 at 14:47 -0500, Tysen Moore wrote: The code seems to load the plug-in and during the session policy plug-in init it registers by calling connman_session_policy_register. The routine then stores the policy in a list based on the priority, then calls