[openSUSE/wicked] c0734e: lease: moved functions from netinfo to addrconf.c
Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: c0734e6518c6c4f93f31c4f40eac78488b0020b8 https://github.com/openSUSE/wicked/commit/c0734e6518c6c4f93f31c4f40eac78488b... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M src/Makefile.am A src/addrconf.c M src/netinfo.c Log Message: ----------- lease: moved functions from netinfo to addrconf.c Commit: 5359abfd031ebcb950f1513a60a2c1c883d3d9a6 https://github.com/openSUSE/wicked/commit/5359abfd031ebcb950f1513a60a2c1c883... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M server/main.c M src/Makefile.am M src/addrconf.c A src/addrconf.h M src/auto6.c M src/dbus-objects/addrconf.c M src/ifconfig.c M src/netinfo_priv.h M src/update.c Log Message: ----------- lease: moved addrconf updater to addrconf.[ch] Commit: 49adbbb32c1d59264e48d2471599ef17762d6741 https://github.com/openSUSE/wicked/commit/49adbbb32c1d59264e48d2471599ef1776... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M src/addrconf.c M src/addrconf.h Log Message: ----------- addrconf: add support to add further updater actions Commit: 816d90ebb5369b6cc6fc1d12eafd5466707223d8 https://github.com/openSUSE/wicked/commit/816d90ebb5369b6cc6fc1d12eafd546670... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M src/dbus-objects/addrconf.c Log Message: ----------- addrconf: move verbose lease lookup to a function Commit: b765d93a8db3ad2a1011a293d8242f65da8f4aa7 https://github.com/openSUSE/wicked/commit/b765d93a8db3ad2a1011a293d8242f65da... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-05 (Tue, 05 Jul 2022) Changed paths: M src/dhcp4/fsm.c Log Message: ----------- dhcp4: send released event with lease uuid Commit: 0c9aaccc10095ddd399ed449581045372290aa90 https://github.com/openSUSE/wicked/commit/0c9aaccc10095ddd399ed4495810453722... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-07-13 (Wed, 13 Jul 2022) Changed paths: M src/dbus-objects/addrconf.c M src/ifconfig.c Log Message: ----------- addrconf: remove address before calling (dhcp) release USGv6: DHCPv6_1_2_07b, According to RFC 3315 section 18.1.6, ”The client MUST NOT use any of the addresses it is releasing as the source address in the Release message or in any subsequently transmitted message.” We didn't used the dhcp address as source in release, but because the address were not yet removed from the interface, the host were still able to use it and responded to echo request (ping) during the release, causing an USGv6 testsuite failure. Commit: dd77b13f6e821cf3d85e618d0beea2f1b3adcffa https://github.com/openSUSE/wicked/commit/dd77b13f6e821cf3d85e618d0beea2f1b3... Author: cfconrad <40127946+cfconrad@users.noreply.github.com> Date: 2022-07-14 (Thu, 14 Jul 2022) Changed paths: M server/main.c M src/Makefile.am A src/addrconf.c A src/addrconf.h M src/auto6.c M src/dbus-objects/addrconf.c M src/dhcp4/fsm.c M src/ifconfig.c M src/netinfo.c M src/netinfo_priv.h M src/update.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/926 addrconf: remove address before calling (dhcp) release Compare: https://github.com/openSUSE/wicked/compare/773ab8acb971...dd77b13f6e82
participants (1)
-
cfconrad