[wicked-commit] [openSUSE/wicked] 686cc1: nanny: register device also on device-up event

Branch: refs/heads/testing Home: https://github.com/openSUSE/wicked Commit: 686cc1e24b1c493815aa12ebafe7cfc10fe23df9 https://github.com/openSUSE/wicked/commit/686cc1e24b1c493815aa12ebafe7cfc10f... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-04 (Fri, 04 Sep 2015) Changed paths: M nanny/nanny.c Log Message: ----------- nanny: register device also on device-up event Useful for devices like ovs bridge which receive device-create followed by device-up event, which triggers refresh then and device is considered ready afterwards. Should not cause any harm, since ni_nanny_register_device() checks if such device is already registered and return if so. Commit: 8897cc2e8c2416ce58b71ce3e20398ba1f344d01 https://github.com/openSUSE/wicked/commit/8897cc2e8c2416ce58b71ce3e20398ba1f... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-07 (Mon, 07 Sep 2015) Changed paths: M client/compat.c M client/ifup.c M client/suse/compat-suse.c M client/wicked-client.h M etc/org.opensuse.Network.conf M include/Makefile.am M include/wicked/constants.h M include/wicked/netinfo.h M include/wicked/objectmodel.h A include/wicked/ovs.h M include/wicked/system.h M include/wicked/team.h M include/wicked/types.h M man/Makefile.am A man/ifcfg-ovs-bridge.5.in M nanny/nanny.c M schema/Makefile.am M schema/interface.xml A schema/ovs-bridge.xml M schema/wicked.xml M src/Makefile.am M src/dbus-objects/interface.c M src/dbus-objects/model.h A src/dbus-objects/ovs.c M src/dbus-objects/team.c M src/fsm.c M src/ifconfig.c M src/iflist.c M src/lldp.c M src/names.c M src/netdev.c M src/netinfo.c M src/netinfo_priv.h A src/ovs.c A src/ovs.h M wicked.spec.in Log Message: ----------- Merge pull request #585 from mtomaschewski/ovs-bridge-1 ovs: initial openvswitch bridge support (fate#318840) Compare: https://github.com/openSUSE/wicked/compare/2a4c05abc82d...8897cc2e8c24
participants (1)
-
Pawel Wieczorkiewicz