Comment 10 for bug 1828473

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

Reviewed: https://review.opendev.org/670691
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=00df9b0a853313ac2c58772e363099192e3dca4d
Submitter: Zuul
Branch: stable/rocky

commit 00df9b0a853313ac2c58772e363099192e3dca4d
Author: Brian Haley <email address hidden>
Date: Thu May 9 22:33:02 2019 -0400

    Use --bind-dynamic with dnsmasq instead of --bind-interfaces

    Dnsmasq emits a warning when started in most neutron deployments:

    dnsmasq[27287]: LOUD WARNING: use --bind-dynamic rather than
        --bind-interfaces to avoid DNS amplification attacks via
        these interface(s)

    Since option --bind-dynamic is available since dnsmasq 2.63
    (https://github.com/liquidm/dnsmasq/blob/master/FAQ#L239) and
    we require 2.67, change to use this option instead.

    Change-Id: Id7971bd99b04aca38180ff109f542422b1a925d5
    Closes-bug: #1828473
    (cherry picked from commit 09ee9347864d731ce7ccf241178559815e82f57c)