Re: [PATCH] bonding: Convert individual bonding options to a dict

2012-02-16 Thread Thomas Graf
On Wed, 2012-02-15 at 21:50 -0600, Dan Williams wrote: > On Tue, 2012-02-14 at 14:05 +0100, Thomas Graf wrote: > > Removes all bonding options properties and adds a "options" dict to hold > > them all. Accessible via accessor functions. ifcfg interface is > > unchanged. > > Applied with a few chan

Re: [PATCH] bonding: Convert individual bonding options to a dict

2012-02-15 Thread Dan Williams
On Tue, 2012-02-14 at 14:05 +0100, Thomas Graf wrote: > Removes all bonding options properties and adds a "options" dict to hold > them all. Accessible via accessor functions. ifcfg interface is > unchanged. Applied with a few changes; instead of _by_key() use _by_name() since that's more appropri

[PATCH] bonding: Convert individual bonding options to a dict

2012-02-14 Thread Thomas Graf
Removes all bonding options properties and adds a "options" dict to hold them all. Accessible via accessor functions. ifcfg interface is unchanged. Signed-off-by: Thomas Graf --- libnm-util/libnm-util.ver | 13 +- libnm-util/nm-setting-bond.c | 4