Comment 2 for bug 1884105

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

Reviewed: https://review.opendev.org/736778
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=8eb4955bb62ec02b7a5cb725067c6193c37f9b0e
Submitter: Zuul
Branch: master

commit 8eb4955bb62ec02b7a5cb725067c6193c37f9b0e
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