On Wed, 2011-12-07 at 13:15 +0100, Thomas Graf wrote: > This a repost of various bonding updates, rebased after the ipoib merge. > I have added an additional patch which auto activates slaves when their > master enter prepare state.
All 7 pushed to git master, thanks. Dan > Dan: There are still bonding patches in origin/bonding which have not > been merged with origin/master. > > Thomas Graf (7): > bonding: Add nm_connection_get_virtual_iface_name() to abstract > kernel interface binding > ethernet: Check kernel interface binding when matching config > ethernet: Move all connection <-> device matching into a single > function > wired: Allow devices to be reassumed when ip4 config is disabled > bonding: Abort activation of unknown slave types > bonding: Move bonding master state to UNAVAILABLE regardless of > carrier state > bonding: Auto activate slaves when a master enters prepare state > > libnm-util/libnm-util.ver | 2 + > libnm-util/nm-connection.c | 51 +++++++ > libnm-util/nm-connection.h | 2 + > libnm-util/nm-setting-bond.c | 9 ++ > libnm-util/nm-setting.c | 20 +++ > libnm-util/nm-setting.h | 5 +- > src/nm-device-ethernet.c | 322 > +++++++++++++++++------------------------- > src/nm-device-wired.c | 5 + > src/nm-device.c | 15 ++ > src/nm-policy.c | 39 +++++ > src/settings/nm-settings.c | 7 +- > 11 files changed, 282 insertions(+), 195 deletions(-) > _______________________________________________ networkmanager-list mailing list [email protected] http://mail.gnome.org/mailman/listinfo/networkmanager-list
