Branch: refs/heads/master Home: https://github.com/openSUSE/wicked Commit: fe1822ee4c56e4c73adf99c0fe583f231366fb6a https://github.com/openSUSE/wicked/commit/fe1822ee4c56e4c73adf99c0fe583f2313... Author: Marius Tomaschewski <mt@suse.de> Date: 2015-06-09 (Tue, 09 Jun 2015) Changed paths: M dhcp6/device.c Log Message: ----------- dhcp6: refresh ipv6 link on newprefix in auto mode When NEWPREFIX arrives, there definitely were an RA, but when the RA contained a RetransTimer/ReachableTime of 0 (unspecified / no change to before), the kernel forgets to send a NEWLINK event, even other things in the RA, as the managed/other-config flags we wait for, changed. Commit: f3e08dbac90819b365b46c563b8165eceb375494 https://github.com/openSUSE/wicked/commit/f3e08dbac90819b365b46c563b8165eceb... Author: Pawel Wieczorkiewicz <pwieczorkiewicz@suse.de> Date: 2015-06-11 (Thu, 11 Jun 2015) Changed paths: M dhcp6/device.c Log Message: ----------- Merge pull request #545 from mtomaschewski/no-newlink6-workaround dhcp6: refresh ipv6 link on newprefix in auto mode (bsc#934067) Compare: https://github.com/openSUSE/wicked/compare/3dbeac4baf30...f3e08dbac908