Re: [PATCH] add management of dsa interface

2015-10-06 Thread laurent vaudoit
HI, thank you for your review, i will sned you another patch wit the correction asked. On Thu, Oct 1, 2015 at 9:42 AM, Patrik Flykt wrote: > > Hi, > > git am complains of trailing white space errors on lines 47 and 56. > While looking at the patch, all

Re: [PATCH] add management of dsa interface

2015-10-01 Thread Patrik Flykt
Hi, git am complains of trailing white space errors on lines 47 and 56. While looking at the patch, all lines end with ^M, please fix. On Mon, 2015-09-28 at 14:48 +0200, Laurent Vaudoit wrote: > --- > plugins/ethernet.c | 60 > +++--- >

[PATCH] add management of dsa interface

2015-09-28 Thread Laurent Vaudoit
Hi, here is a patch inspired from vlan management, for interface using dsa linux framework mailing list thread is this one https://lists.connman.net/pipermail/connman/2015-September/019788.html Regards Laurent ___ connman mailing list

[PATCH] add management of dsa interface

2015-09-28 Thread Laurent Vaudoit
--- plugins/ethernet.c | 60 +++--- 1 file changed, 57 insertions(+), 3 deletions(-) diff --git a/plugins/ethernet.c b/plugins/ethernet.c index d176508..456d3cc 100644 --- a/plugins/ethernet.c +++ b/plugins/ethernet.c @@ -32,6 +32,7 @@ #include