bug-grub
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[bug #39710] GRUB DNS code sends combined IPv6 and IPv4 query


From: Paulo Flabiano Smorigo
Subject: [bug #39710] GRUB DNS code sends combined IPv6 and IPv4 query
Date: Fri, 25 Oct 2013 14:13:05 +0000
User-agent: Mozilla/5.0 (X11; Linux x86_64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/30.0.1599.114 Safari/537.36

Follow-up Comment #1, bug #39710 (project grub):

This patch was sent a while ago to the grub-devel mailing list. This is the
author's explanation:

  Adding multiple questions on a single DNS query is not supportted by most
DNS servers. This patch issues two separate DNS queries sequentially for ipv4
and then for ipv6.
       
  There are 4 possible config options:
    DNS_OPTION_IPV4: issue only one ipv4 query
    DNS_OPTION_IPV6: issue only one ipv6 query
    DNS_OPTION_PREFER_IPV4: issue the ipv4 query first and fallback to ipv6
    DNS_OPTION_PREFER_IPV6: issue the ipv6 query first and fallback to ipv4
    However, there is no code yet to set such config option. The default is
    DNS_OPTION_PREFER_IPV4.

I tested against mainstream and worked.

The patch with the changelog:
https://gist.github.com/pfsmorigo/ee115153a00da8e09c48

Can we commit it?

    _______________________________________________________

Reply to this item at:

  <http://savannah.gnu.org/bugs/?39710>

_______________________________________________
  Message sent via/by Savannah
  http://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]