Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 47fc72543c98a828e760b3900cf6525a5fb5792c https://github.com/openSUSE/wicked/commit/47fc72543c98a828e760b3900cf6525a5f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-08-20 (Thu, 20 Aug 2015) Changed paths: M src/teamd.c Log Message: ----------- team: detect if teamd@.service is using dbus or not Commit: 20fe7b67569efc32ed7a20f77ac63547d8f1a6c9 https://github.com/openSUSE/wicked/commit/20fe7b67569efc32ed7a20f77ac63547d8... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M configure.ac M etc/Makefile.am M etc/server.xml.in M man/wicked-config.5.in M src/appconfig.h M src/config.c M src/dbus-objects/interface.c M src/dbus-objects/team.c M src/ifconfig.c M src/iflist.c M src/teamd.c M src/teamd.h M wicked.spec.in Log Message: ----------- team: configurable teamd support and ctl detection Commit: f6b0d7ebf2dd2adf58d160dcfa7bba609b96a488 https://github.com/openSUSE/wicked/commit/f6b0d7ebf2dd2adf58d160dcfa7bba609b... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M etc/client.xml.in M etc/common.xml.in M etc/nanny.xml.in M etc/server.xml.in Log Message: ----------- config: add client,server,nanny-local.xml includes Commit: 913571a65acb9e99232d74d18ffee457ae6fff62 https://github.com/openSUSE/wicked/commit/913571a65acb9e99232d74d18ffee457ae... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: permit to ignore delete device failures There are cases, where a device deletion fails, e.g. because the call implementing it has been disabled or dependencies in the kernel refused to delete it. Commit: cf593e24bb149db4564a02496bb288270aa04e4b https://github.com/openSUSE/wicked/commit/cf593e24bb149db4564a02496bb288270a... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-08-21 (Fri, 21 Aug 2015) Changed paths: M src/appconfig.h M src/config.c M testing/teamd-test.c Log Message: ----------- team: permit manual enable/disable for testing Compare: https://github.com/openSUSE/wicked/compare/3140c5fe064c...cf593e24bb14