Comment 5 for bug 1853334

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/train)

Reviewed: https://review.opendev.org/696352
Committed: https://git.openstack.org/cgit/openstack/python-tripleoclient/commit/?id=46c5fb4bd7138038e8ebf9aaf3a2690d5922f6fe
Submitter: Zuul
Branch: stable/train

commit 46c5fb4bd7138038e8ebf9aaf3a2690d5922f6fe
Author: Harald Jensås <email address hidden>
Date: Wed Nov 20 20:13:34 2019 +0100

    Fix inspector ip range for dhcpv6-stateless

    When using dhcpv6-stateless a range should not be
    used. According to dnsmasq manual page:

      A static-only subnet with address all zeros may be
      used as a "catch-all" address to enable replies to
      all Information-request packets on a subnet which
      is provided with stateless DHCPv6, ie
      --dhcp-range=::,static

    Closes-Bug: #1853334
    Change-Id: I6627da48bc170f7ecccaf84c0fccda9e2edd5af3
    (cherry picked from commit 69eec5ce08a4adbeb315dda00dd2990657930506)