Comment 5 for bug 1884105

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/ussuri)

Reviewed: https://review.opendev.org/737258
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=68706b556bf5b0f65b418359c3248fe0c778c0c7
Submitter: Zuul
Branch: stable/ussuri

commit 68706b556bf5b0f65b418359c3248fe0c778c0c7
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Thu Jun 18 17:03:47 2020 +0000

    Fixes dnsmasq host file parsing with "addr6_list"

    This patch fixes:
    - The IPv6 tag added in the "host" file if is supported in
      dnsmasq. That shifts all other parameters in the register.
    - IPv6 registers can have more than one IP address; in this
      case, the method "_read_hosts_file_leases" should return a
      tuple per IP address.

    Change-Id: I4d0bc1eb9448366d8f1b2dacc9c5c2e4e6958253
    Closes-Bug: #1884105
    (cherry picked from commit 8eb4955bb62ec02b7a5cb725067c6193c37f9b0e)