[openSUSE/wicked] a47b05: dhcp6: add option to refresh lease instead confirm

Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: a47b05ff928033a4207806b9108c74cc18c0bdec https://github.com/openSUSE/wicked/commit/a47b05ff928033a4207806b9108c74cc18... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-10-13 (Thu, 13 Oct 2022) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/suse/config/sysconfig.dhcp-wicked M client/wicked-client.h M dhcp6/dbus-api.c M man/ifcfg-dhcp.5.in M schema/addrconf.xml M src/dhcp6/device.c M src/dhcp6/dhcp6.h M src/dhcp6/fsm.c Log Message: ----------- dhcp6: add option to refresh lease instead confirm Add config option to refresh a lease with (managed) IP address using rebind (like when it would contain a prefix) instead to just confirm if it's appropriate to the link only (jsc#SLE-9492,jsc#SLE-24307). Commit: 3f1604e716729ae410ed64a9512a87e1868fcf34 https://github.com/openSUSE/wicked/commit/3f1604e716729ae410ed64a9512a87e186... Author: Marius Tomaschewski <mt@suse.de> Date: 2022-10-18 (Tue, 18 Oct 2022) Changed paths: M src/dhcp6/device.c Log Message: ----------- dhcp6: refresh ipv6 flags on staring in auto mode In some cases, like during an "ifup ; ifup" there is no NEWLINK event from kernel providing the IPv6 ready, rs-sent, ra-rcvd, ra-managed or ra-otherconf flags about the router advertisement (RA) processing we're using to reliably resolve the auto mode (aka follow-ra mode), so we've changed to actively query them. Commit: d373024eb3bd00201b9268d1b55c0c0130d2e298 https://github.com/openSUSE/wicked/commit/d373024eb3bd00201b9268d1b55c0c0130... Author: cfconrad <40127946+cfconrad@users.noreply.github.com> Date: 2022-10-18 (Tue, 18 Oct 2022) Changed paths: M client/compat.c M client/suse/compat-suse.c M client/suse/config/sysconfig.dhcp-wicked M client/wicked-client.h M dhcp6/dbus-api.c M man/ifcfg-dhcp.5.in M schema/addrconf.xml M src/dhcp6/device.c M src/dhcp6/dhcp6.h M src/dhcp6/fsm.c Log Message: ----------- Merge pull request https://github.com/openSUSE/wicked/pull/936 dhcp6: add option to refresh lease instead to confirm it Compare: https://github.com/openSUSE/wicked/compare/db53b4d05e40...d373024eb3bd
participants (1)
-
cfconrad