Comment 9 for bug 1950686

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/822325
Committed: https://opendev.org/openstack/neutron/commit/173fa98f9e9b4f051fbd458156de3d297236a4e9
Submitter: "Zuul (22348)"
Branch: stable/wallaby

commit 173fa98f9e9b4f051fbd458156de3d297236a4e9
Author: Rodolfo Alonso Hernandez <email address hidden>
Date: Tue Dec 7 11:42:53 2021 +0000

    Do not announce any DNS resolver if "0.0.0.0" or "::" provided

    The DHCP server should not announce any DNS resolver at all on the
    subnet if "0.0.0.0" (IPv4) or "::" (IPv6) are configured as DNS
    name servers in any subnet.

    https://docs.openstack.org/neutron/latest/admin/config-dns-res.html

    Closes-Bug: #1950686
    Change-Id: I78dd012764c7bd7a29aeb8d97c00b627d7723aeb
    (cherry picked from commit a416f8b0ab810f34ea274183df590a73d150a137)