Merge lp://staging/~hloeung/ubuntu/utopic/mtr/fix-ipv6-nameservers into lp://staging/ubuntu/utopic/mtr
Proposed by
Haw Loeung
Status: | Rejected |
---|---|
Rejected by: | Haw Loeung |
Proposed branch: | lp://staging/~hloeung/ubuntu/utopic/mtr/fix-ipv6-nameservers |
Merge into: | lp://staging/ubuntu/utopic/mtr |
Diff against target: |
1593 lines (+1547/-0) 8 files modified
.pc/.quilt_patches (+1/-0) .pc/.quilt_series (+1/-0) .pc/.version (+1/-0) .pc/0001-fix-only-ipv6-nameservers.patch/dns.c (+1506/-0) .pc/applied-patches (+1/-0) debian/changelog (+13/-0) debian/patches/0001-fix-only-ipv6-nameservers.patch (+23/-0) debian/patches/series (+1/-0) |
To merge this branch: | bzr merge lp://staging/~hloeung/ubuntu/utopic/mtr/fix-ipv6-nameservers |
Related bugs: |
Reviewer | Review Type | Date Requested | Status |
---|---|---|---|
Ubuntu Development Team | Pending | ||
Review via email: mp+230920@code.staging.launchpad.net |
Description of the change
My attempt at getting a patch I submitted upstream applied to the mtr package.
It basically fixes LP: #752583 where IPv6 nameservers specified in /etc/resolv.conf aren't counted and therefore mtr aborts when there are *only* IPv6 nameservers specified.
A pull request has been submitted on GitHub to have this change merged upstream[1].
To post a comment you must log in.
Unmerged revisions
- 17. By Haw Loeung
-
Use NSCOUNT6 like what's used elsewhere.
- 16. By Haw Loeung
-
Added patch to include count of IPv6 nameservers fixing LP:#752583.