Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: b0c69f40167335f22ec9b166721d873b99f8cf66 https://github.com/openSUSE/wicked/commit/b0c69f40167335f22ec9b166721d873b99... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-22 (Thu, 22 Sep 2016)
Changed paths: M include/wicked/util.h M src/util.c
Log Message: ----------- util: added get, set, remove uint array utilities
Commit: 6b1167de3c46df8518b3a8c03cc8eda38f4479f1 https://github.com/openSUSE/wicked/commit/6b1167de3c46df8518b3a8c03cc8eda38f... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-22 (Thu, 22 Sep 2016)
Changed paths: M src/dbus-objects/interface.c M src/dbus-objects/misc.c M src/dbus-objects/model.h M src/iflist.c M src/netinfo_priv.h
Log Message: ----------- model: netif-list method fetch refreshed addresses
Commit: 1e87e7e523a53787b18cfc95fee12c3785547deb https://github.com/openSUSE/wicked/commit/1e87e7e523a53787b18cfc95fee12c3785... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-22 (Thu, 22 Sep 2016)
Changed paths: M src/fsm.c
Log Message: ----------- ifup: use new netif-list getAddresses in tentative check
The kernel emits address events once the ipv6 duplicate address detection finished already and a manual query/refresh is needed to get also all tentative addresses we want to wait for on ifup.
Commit: 543484a85ee3aa79af860ddf51e63687abb0484e https://github.com/openSUSE/wicked/commit/543484a85ee3aa79af860ddf51e63687ab... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-23 (Fri, 23 Sep 2016)
Changed paths: M dhcp4/main.c M dhcp6/main.c
Log Message: ----------- dhcp: explicitly stop device before unregistering
Unregister will also stop it, but the procedure is deferred to run in dbus object garbage collector.
Commit: fed6e9959b6b6cbb7b4870e837cefcdb9ba408a5 https://github.com/openSUSE/wicked/commit/fed6e9959b6b6cbb7b4870e837cefcdb9b... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-23 (Fri, 23 Sep 2016)
Changed paths: M src/dhcp4/device.c M src/dhcp4/fsm.c M src/dhcp6/device.c M src/dhcp6/fsm.c
Log Message: ----------- dhcp: return from request before sending event
Return request result to the caller before actually releasing the lease and sending released event. Also fixed to reset the fsm/timer when active.
Commit: 3bb3a0bda4424ee55bf190c941ce2a07ed19cacd https://github.com/openSUSE/wicked/commit/3bb3a0bda4424ee55bf190c941ce2a07ed... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-23 (Fri, 23 Sep 2016)
Changed paths: M autoip4/autoip.h M autoip4/device.c M autoip4/main.c
Log Message: ----------- auto4: explicitly stop device before unregistering
Unregister will also stop it, but the procedure is deferred to run in dbus object garbage collector.
Commit: 22f7678f89b6bef941a5cd37a961f3cc07b80ec4 https://github.com/openSUSE/wicked/commit/22f7678f89b6bef941a5cd37a961f3cc07... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-23 (Fri, 23 Sep 2016)
Changed paths: M autoip4/device.c
Log Message: ----------- auto4: return from request before sending event
Return request result to the caller before actually releasing the lease and sending released event.
Commit: 901b6bbcb536093f8d55433f6adb2db551325ae2 https://github.com/openSUSE/wicked/commit/901b6bbcb536093f8d55433f6adb2db551... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-23 (Fri, 23 Sep 2016)
Changed paths: M src/process.c M src/process.h
Log Message: ----------- process: custom client exec function support
Commit: 82439f7cb3d9d36fcf5d8af34b13320ac6d0f04b https://github.com/openSUSE/wicked/commit/82439f7cb3d9d36fcf5d8af34b13320ac6... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths: M src/fsm.c
Log Message: ----------- fsm: do not advance state on unrelated events
Commit: b4b34b69299faaefe23c6935bf2b006efecaa7c4 https://github.com/openSUSE/wicked/commit/b4b34b69299faaefe23c6935bf2b006efe... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths: M include/wicked/objectmodel.h M server/main.c M src/auto6.c M src/auto6.h M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c M src/ifconfig.c M src/netinfo.c M src/netinfo_priv.h
Log Message: ----------- addrconf: rewrite to run lease updates in background
Commit: 70f9e9ced0f896abd3e738ef9822a9d3933d321e https://github.com/openSUSE/wicked/commit/70f9e9ced0f896abd3e738ef9822a9d393... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths: M src/update.c
Log Message: ----------- addrconf: run system update extensions in background
Commit: 6428c25f9f097fcae7ee59d7eed20c5cbc29ec65 https://github.com/openSUSE/wicked/commit/6428c25f9f097fcae7ee59d7eed20c5cbc... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths: M etc/server.xml.in M extensions/netconfig M src/update.c
Log Message: ----------- addrconf: add support for netconfig batch updates
When netconfig does not support batch updates (< 0.84) the batch updater action gets disabled (autodetection).
Commit: 80412018d41e2844f91956a3872cfc221b9f79e7 https://github.com/openSUSE/wicked/commit/80412018d41e2844f91956a3872cfc221b... Author: Marius Tomaschewski mt@suse.de Date: 2016-09-26 (Mon, 26 Sep 2016)
Changed paths: M autoip4/autoip.h M autoip4/device.c M autoip4/main.c M dhcp4/main.c M dhcp6/main.c M etc/server.xml.in M extensions/netconfig M include/wicked/objectmodel.h M include/wicked/util.h M server/main.c M src/auto6.c M src/auto6.h M src/dbus-objects/addrconf.c M src/dbus-objects/interface.c M src/dbus-objects/misc.c M src/dbus-objects/model.h M src/dhcp4/device.c M src/dhcp4/fsm.c M src/dhcp6/device.c M src/dhcp6/fsm.c M src/fsm.c M src/ifconfig.c M src/iflist.c M src/netinfo.c M src/netinfo_priv.h M src/process.c M src/process.h M src/update.c M src/util.c
Log Message: ----------- Merge pull request #670 from mtomaschewski/lease-apply-bg
addrconf: run lease updates in background jobs (bsc#989741)
Compare: https://github.com/openSUSE/wicked/compare/31fad29eadc7...80412018d41e
wicked-commit@lists.opensuse.org