Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: df563d56454f9c5629d7fd5a252a38ba55a7f605
https://github.com/openSUSE/wicked/commit/df563d56454f9c5629d7fd5a252a38ba5…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M include/wicked/dbus.h
M src/dbus-xml.c
Log Message:
-----------
dbus-xml: expose get_argument_type, add _name utility
Commit: d982c97923764852cfde4aa6aaf8b34291b17bf2
https://github.com/openSUSE/wicked/commit/d982c97923764852cfde4aa6aaf8b3429…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M dhcp4/dbus-api.c
M dhcp6/dbus-api.c
M schema/addrconf.xml
M src/dbus-objects/addrconf.c
M src/dhcp4/device.c
M src/dhcp4/dhcp4.h
M src/dhcp6/device.c
M src/dhcp6/dhcp6.h
Log Message:
-----------
dbus: add options dict argument to dhcp dropLease()
Commit: ecaccd4abfc441acb1c68a585833982d70ab412a
https://github.com/openSUSE/wicked/commit/ecaccd4abfc441acb1c68a585833982d7…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-05-13 (Fri, 13 May 2022)
Changed paths:
M include/wicked/fsm.h
M src/fsm.c
Log Message:
-----------
fsm: pass transition arguments to method arguments
Commit: 44cf8531fdae2494f820cfe54b716910459dacdd
https://github.com/openSUSE/wicked/commit/44cf8531fdae2494f820cfe54b7169104…
Author: Marius Tomaschewski <mt(a)suse.de>
Date: 2022-05-20 (Fri, 20 May 2022)
Changed paths:
M client/ifdown.c
M client/ifreload.c
M client/ifup.c
M client/suse/scripts/ifup.in
M man/ifup.8.in
M man/wicked.8.in
Log Message:
-----------
client: add --[no-]release option to ifdown/ifreload
Commit: be181b1db799665761bfbc45f769994a0f7d3dfa
https://github.com/openSUSE/wicked/commit/be181b1db799665761bfbc45f769994a0…
Author: cfconrad <40127946+cfconrad(a)users.noreply.github.com>
Date: 2022-05-23 (Mon, 23 May 2022)
Changed paths:
M client/ifdown.c
M client/ifreload.c
M client/ifup.c
M client/suse/scripts/ifup.in
M dhcp4/dbus-api.c
M dhcp6/dbus-api.c
M include/wicked/dbus.h
M include/wicked/fsm.h
M man/ifup.8.in
M man/wicked.8.in
M schema/addrconf.xml
M src/dbus-objects/addrconf.c
M src/dbus-xml.c
M src/dhcp4/device.c
M src/dhcp4/dhcp4.h
M src/dhcp6/device.c
M src/dhcp6/dhcp6.h
M src/fsm.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/915
client: add --[no-]release option to ifdown/ifreload (jsc#SLE-10249)
Compare: https://github.com/openSUSE/wicked/compare/bf4d9197dbd3...be181b1db799
Branch: refs/heads/master
Home: https://github.com/openSUSE/wicked
Commit: 7562a598b29026f27637244411595c6968daede6
https://github.com/openSUSE/wicked/commit/7562a598b29026f27637244411595c696…
Author: Clemens Famulla-Conrad <cfamullaconrad(a)suse.de>
Date: 2022-05-04 (Wed, 04 May 2022)
Changed paths:
M src/ifevent.c
Log Message:
-----------
ifevent: always close old rtnl event sock on restart
The used `ni_socket_release()`, while restart on rtnetlink event
errors, didn't closed and deactivated/removed the obsolete socket
from poll processing immediately. This caused further restarts and
finally an assertion due to incorrect reference count (bsc#1192508).
Commit: 8339f6f897a61558cd43c241a1c451a0e1445894
https://github.com/openSUSE/wicked/commit/8339f6f897a61558cd43c241a1c451a0e…
Author: Marius Tomaschewski <mt(a)suse.com>
Date: 2022-05-11 (Wed, 11 May 2022)
Changed paths:
M src/ifevent.c
Log Message:
-----------
Merge pull request https://github.com/openSUSE/wicked/pull/912
ifevent: always close old rtnl event sock on restart (bsc#1192508)
The used ni_socket_release(), while restart on rtnetlink event
errors, didn't closed and deactivated/removed the obsolete socket
from poll processing immediately. This caused further restarts and
finally an assertion due to incorrect reference count.
Compare: https://github.com/openSUSE/wicked/compare/b3a07a520c58...8339f6f897a6