Re: [patch NetworkManager 00/11] team driver related updates and fixes

2013-09-04 Thread Jirka Klimes
On Thursday 22 of August 2013 16:20:32 Jiri Pirko wrote: > Thu, Aug 22, 2013 at 03:47:24PM CEST, d...@gnome.org wrote: > >I committed the non-nmcli parts (with three small fixes: added spaces > >before "(" in function calls [eg, "teamdctl_alloc ()"], fixed a build > >error when building without lib

Re: [patch NetworkManager 00/11] team driver related updates and fixes

2013-08-22 Thread Jiri Pirko
Thu, Aug 22, 2013 at 03:47:24PM CEST, d...@gnome.org wrote: >I committed the non-nmcli parts (with three small fixes: added spaces >before "(" in function calls [eg, "teamdctl_alloc ()"], fixed a build >error when building without libteamdctl ["error: unused variable >'priv'"], and made a minor gra

Re: [patch NetworkManager 00/11] team driver related updates and fixes

2013-08-22 Thread Dan Winship
I committed the non-nmcli parts (with three small fixes: added spaces before "(" in function calls [eg, "teamdctl_alloc ()"], fixed a build error when building without libteamdctl ["error: unused variable 'priv'"], and made a minor grammatical tweak to a log message). I'll leave the nmcli bits for

Re: [patch NetworkManager 00/11] team driver related updates and fixes

2013-08-16 Thread Jiri Pirko
Fri, Aug 16, 2013 at 10:59:24PM CEST, d...@redhat.com wrote: >On Fri, 2013-08-16 at 15:33 +0200, Jiri Pirko wrote: >> Jiri Pirko (11): >> cli: add team and team-slave detail printing >> cli: add team port setting >> cli: add config option for team devices >> ifcfg-rh writer: write DEVICETYP

Re: [patch NetworkManager 00/11] team driver related updates and fixes

2013-08-16 Thread Dan Williams
On Fri, 2013-08-16 at 15:33 +0200, Jiri Pirko wrote: > Jiri Pirko (11): > cli: add team and team-slave detail printing > cli: add team port setting > cli: add config option for team devices > ifcfg-rh writer: write DEVICETYPE for all team ports > add libteamdctl for configure.ac > nm-de

[patch NetworkManager 00/11] team driver related updates and fixes

2013-08-16 Thread Jiri Pirko
Jiri Pirko (11): cli: add team and team-slave detail printing cli: add team port setting cli: add config option for team devices ifcfg-rh writer: write DEVICETYPE for all team ports add libteamdctl for configure.ac nm-device-team: use libteamdctl team: use libteamdctl to update port c