Comment 8 for bug 1950686

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

Reviewed: https://review.opendev.org/c/openstack/neutron/+/822296
Committed: https://opendev.org/openstack/neutron/commit/625fa3a5b2b1485f8a1be2b2ee75febd00161dae
Submitter: "Zuul (22348)"
Branch: stable/victoria

commit 625fa3a5b2b1485f8a1be2b2ee75febd00161dae
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

    Conflicts:
        neutron/common/ovn/utils.py

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