Re: [PATCH] config: add ifb in NetworkInterfaceBlacklist default

2014-01-28 Thread Alban Crequy
On Tue, 28 Jan 2014 04:02:13 -0800 Marcel Holtmann wrote: > Hi Alban, > > > ifb (Intermediate Functional Block) are virtual network interfaces > > used for Traffic Control. If the admin installed Traffic Control > > rules using ifb, ConnMan must not touch these network interfaces. > > what kind

Re: [PATCH] config: add ifb in NetworkInterfaceBlacklist default

2014-01-28 Thread Marcel Holtmann
Hi Alban, > ifb (Intermediate Functional Block) are virtual network interfaces used for > Traffic Control. If the admin installed Traffic Control rules using ifb, > ConnMan must not touch these network interfaces. what kind of ARPHRD_ do these have? Are they are really showing up as Ethernet? Re

[PATCH] gdhcp: Factor out DHCP Request sending

2014-01-28 Thread Patrik Flykt
DHCP Requests are broadcasted in REBOOTING and REBINDING states and unicasted in RENEWING state. Cient IP address is set only in REQUESTING and REBOOTING states with server ID set only in REQUESTING state. ciaddr is filled in only in RENEWING state. --- Hi, I was thinking of factoring it

Re: [PATCH] config: add ifb in NetworkInterfaceBlacklist default

2014-01-28 Thread Patrik Flykt
On Thu, 2014-01-23 at 17:44 +, Alban Crequy wrote: > ifb (Intermediate Functional Block) are virtual network interfaces used for > Traffic Control. If the admin installed Traffic Control rules using ifb, > ConnMan must not touch these network interfaces. And applied! Thanks! Patrik _