The Samba-Bugzilla – Attachment 8598 Details for
Bug 9666
Broken filtering of link-local addresses
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Requests
|
Help
|
New Account
|
Log In
[x]
|
Forgot Password
Login:
[x]
[patch]
Patch for samba_dnsupdate
0001-Remove-incomplete-check-for-IPv6-link-local-addresse.patch (text/plain), 898 bytes, created by
Landon Fuller
on 2013-03-02 05:17:46 UTC
(
hide
)
Description:
Patch for samba_dnsupdate
Filename:
MIME Type:
Creator:
Landon Fuller
Created:
2013-03-02 05:17:46 UTC
Size:
898 bytes
patch
obsolete
>From 9c5d44a24f61b8188e9cf7e49c53d5cf044df220 Mon Sep 17 00:00:00 2001 >From: Landon Fuller <landonf@bikemonkey.org> >Date: Sat, 23 Feb 2013 22:32:25 -0500 >Subject: [PATCH] Remove incomplete check for IPv6 link-local addresses. > >This has been superceded by a check for link-local >addresses in get_interfaces() >--- > source4/scripting/bin/samba_dnsupdate | 4 +--- > 1 file changed, 1 insertion(+), 3 deletions(-) > >diff --git a/source4/scripting/bin/samba_dnsupdate b/source4/scripting/bin/samba_dnsupdate >index a5cece1..33c16ec 100755 >--- a/source4/scripting/bin/samba_dnsupdate >+++ b/source4/scripting/bin/samba_dnsupdate >@@ -96,9 +96,7 @@ IP6s = [] > IP4s = [] > for i in IPs: > if i.find(':') != -1: >- if i.find('%') == -1: >- # we don't want link local addresses for DNS updates >- IP6s.append(i) >+ IP6s.append(i) > else: > IP4s.append(i) > >-- >1.8.1.3 >
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Raw
Actions:
View
Attachments on
bug 9666
:
8566
|
8567
|
8568
|
8593
|
8594
| 8598