Created attachment 8599 [details] Patch for samba_dnsupdate As discussed in https://bugzilla.samba.org/show_bug.cgi?id=9666, the samba_dnsupdate script contains a check to exclude IPv6 link-local addresses. That check has now been made redundant by the patch for 9666, which skips IPv6 link-local addresses in get_interfaces(). As per the discussion in 9666, a patch is attached to remove this redundant check from samba_dnsupdate.
Created attachment 8600 [details] Patch for samba_dnsupdate Added missing Signed-Off-By: to patch
Created attachment 8601 [details] A slightly different version of the patch This is Landon's patch with a Reviewed-By: from me and formatted as a git format-patch patch.
Comment on attachment 8601 [details] A slightly different version of the patch LGTM.
Re-assigning to Karolin for inclusion in 4.0.next. Jeremy.
This was pushed to master by Andrew Bartlett: commit 2cfbfa6337675d13a9abc4c0426886beeff3134f Author: Landon Fuller <landonf@bikemonkey.org> Date: Sat Feb 23 22:32:25 2013 -0500 Remove incomplete check for IPv6 link-local addresses. This has been superceded by a check for link-local addresses in get_interfaces() Signed-Off-By: Landon Fuller <landonf@bikemonkey.org> Reviewed-By: Richard Sharpe <realrichardsharpe@gmail.com> Reviewed-by: Andrew Bartlett <abartlet@samba.org> Autobuild-User(master): Andrew Bartlett <abartlet@samba.org> Autobuild-Date(master): Sat Mar 2 08:38:54 CET 2013 on sn-devel-104 Now just waiting for it to go into 4.0.next.
Pushed to autobuild-v4-0-test.
Pushed to autobuild-v4-0-test. Closing out bug report. Thanks!