Branch: refs/heads/sle12-sp1 Home: https://github.com/openSUSE/wicked Commit: c48c4dba7cd1b6489819baa40fdc02db4af6de38 https://github.com/openSUSE/wicked/commit/c48c4dba7cd1b6489819baa40fdc02db4a... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-01 (Tue, 01 Sep 2015) Changed paths: M src/ethernet.c M src/linux/ethtool.h Log Message: ----------- ethtool: advertised mode and flags cleanup Updated ethtool.h copy to ethtool-4.0 and added also 20|40|56 GbE speed constants mappings. Commit: 3ae2360d0248150a6c4a7b8c599f1b8aec4b2fc4 https://github.com/openSUSE/wicked/commit/3ae2360d0248150a6c4a7b8c599f1b8aec... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-09 (Wed, 09 Sep 2015) Changed paths: M src/Makefile.am Log Message: ----------- make: fixed to add linux header copies as noinst Commit: dd9c580b10b29a14ec6635ad2594703289ba35a5 https://github.com/openSUSE/wicked/commit/dd9c580b10b29a14ec6635ad2594703289... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-09 (Wed, 09 Sep 2015) Changed paths: M dhcp4/fsm.c M dhcp4/protocol.c Log Message: ----------- dhcp4: verify client-id if send back by the server RFC 6842 requires that servers MUST send back client-id as sent by the client and that client MUST verify it, when it receives it in server responses. Some servers need a config option (e.g. echo-client-id on recent ISC dhcp) to send client-id back. Commit: 4de168df094f391f8ccba685fd70d1d6fab5f94e https://github.com/openSUSE/wicked/commit/4de168df094f391f8ccba685fd70d1d6fa... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M src/dbus-objects/ovs.c M src/ovs.c Log Message: ----------- ovs: ovs bridge requires parent name only Commit: 9e18972058b121993fdb8eb86e2b90faad1be2fb https://github.com/openSUSE/wicked/commit/9e18972058b121993fdb8eb86e2b90faad... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: cleanup of double supplemental param read Commit: 6b95a92b562a9e59b4bcb433368744ee4f00e77c https://github.com/openSUSE/wicked/commit/6b95a92b562a9e59b4bcb433368744ee4f... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M src/fsm.c Log Message: ----------- fsm: add ni_fsm_refresh_ovs_bridge() Refresh ovs bridge dependencies from initial fsm refresh function in order to re-create the device structure and prevent error messages on ifdown. Commit: dfd7d6f6a085b95bb0adc9b1967fd018034e8dc5 https://github.com/openSUSE/wicked/commit/dfd7d6f6a085b95bb0adc9b1967fd01803... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M schema/ovs-bridge.xml Log Message: ----------- schema: fix ovs bridge check-state requirements newDevice method call requirement to wait for subordinate device's state to become device-up. linkUp method call needed at least link-up state for subordinate device. Commit: 1abe92d43ac1556b505b30c6c31471fe420b4869 https://github.com/openSUSE/wicked/commit/1abe92d43ac1556b505b30c6c31471fe42... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M src/dbus-objects/ovs.c M src/dbus-objects/team.c Log Message: ----------- ovs: allow updating existing ovs bridge ports Commit: 16f0a1c0825582569ec5649719d0d0d6523d8bc8 https://github.com/openSUSE/wicked/commit/16f0a1c0825582569ec5649719d0d0d652... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M src/dbus-objects/ovs.c Log Message: ----------- ovs: fixes for ovs bridge objectmodel functions Initialize result dict with proper type. Return dbus error when property not present. Minor formatting cleanup. Commit: 1ad6860a0f9e5dd09081d18bc2ffb3302003c873 https://github.com/openSUSE/wicked/commit/1ad6860a0f9e5dd09081d18bc2ffb33020... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-11 (Fri, 11 Sep 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M schema/ovs-bridge.xml M src/dbus-objects/ovs.c M src/dbus-objects/team.c M src/fsm.c M src/ovs.c Log Message: ----------- Merge pull request #588 from pwieczorkiewicz/ovs-fixes ovs: fixes for bridge ports and refresh of the structure Commit: 02d067ffad29d283d0ece59434818a7ebe283a15 https://github.com/openSUSE/wicked/commit/02d067ffad29d283d0ece59434818a7ebe... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M dhcp4/fsm.c M dhcp4/protocol.c Log Message: ----------- Merge pull request #587 from mtomaschewski/dhcp4-cid dhcp4: verify client-id if send back by the server Commit: b0dce9363cf8dfb9925a4a40e67b1b087b03e52d https://github.com/openSUSE/wicked/commit/b0dce9363cf8dfb9925a4a40e67b1b087b... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-14 (Mon, 14 Sep 2015) Changed paths: M src/Makefile.am M src/ethernet.c M src/linux/ethtool.h Log Message: ----------- Merge pull request #586 from mtomaschewski/ethtool-bsc927309 ethtool: advertised mode and flags cleanup (bsc#927309) Commit: 944b41527e4e0f2d50250efecc65c8e8a9777afd https://github.com/openSUSE/wicked/commit/944b41527e4e0f2d50250efecc65c8e8a9... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-15 (Tue, 15 Sep 2015) Changed paths: M dhcp4/device.c M dhcp4/dhcp.h Log Message: ----------- dhcp4: fixed to accept a hex encoded client-id Commit: 718f91b4cd26846783e79f97745a119a56c2bbfa https://github.com/openSUSE/wicked/commit/718f91b4cd26846783e79f97745a119a56... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h Log Message: ----------- compat: convert suse ifcfg auto4 (fallback) config Commit: 119db557ba40883ed75d3a779060b06517af9fe1 https://github.com/openSUSE/wicked/commit/119db557ba40883ed75d3a779060b06517... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M src/util.c Log Message: ----------- util: guard NULL uuid in ni_uuid_is_null Commit: 92c1a9a404d109fc843bc6b706910b75d48dfa8a https://github.com/openSUSE/wicked/commit/92c1a9a404d109fc843bc6b706910b75d4... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M autoip4/autoip.h M autoip4/dbus-api.c M autoip4/device.c M autoip4/fsm.c M autoip4/main.c M include/wicked/addrconf.h M include/wicked/objectmodel.h M include/wicked/types.h M schema/addrconf.xml M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c Log Message: ----------- auto4: fixed autoip and dhcp4 fallback (bsc#899985) Commit: 792ebbba81def563fe41294018d2962c5913009f https://github.com/openSUSE/wicked/commit/792ebbba81def563fe41294018d2962c59... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M dhcp4/device.c M dhcp4/dhcp.h Log Message: ----------- Merge pull request #589 from mtomaschewski/dhcp4-cid dhcp4: fixed to accept a hex encoded client-id Commit: 1b74e4d5bcd1acc9f1c8461f51cbbebe32a394d4 https://github.com/openSUSE/wicked/commit/1b74e4d5bcd1acc9f1c8461f51cbbebe32... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M autoip4/autoip.h M autoip4/dbus-api.c M autoip4/device.c M autoip4/fsm.c M autoip4/main.c M client/compat.c M client/suse/compat-suse.c M client/wicked-client.h M include/wicked/addrconf.h M include/wicked/objectmodel.h M include/wicked/types.h M schema/addrconf.xml M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c M src/util.c Log Message: ----------- Merge pull request #590 from mtomaschewski/auto4-899985-2 auto4: initial autoip and dhcp4 fallback fix (bsc#899985) Commit: ee5d15c87bc9deb4d6a97c248520e8075dca8fce https://github.com/openSUSE/wicked/commit/ee5d15c87bc9deb4d6a97c248520e8075d... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-09-17 (Thu, 17 Sep 2015) Changed paths: M VERSION Log Message: ----------- version 0.6.24 Compare: https://github.com/openSUSE/wicked/compare/d6c746c63066...ee5d15c87bc9