Comment 31 for bug 1774459

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (stable/train)

Reviewed: https://review.opendev.org/700988
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=dc8c1deeee7ad46958a771567516e91ca52cd156
Submitter: Zuul
Branch: stable/train

commit dc8c1deeee7ad46958a771567516e91ca52cd156
Author: Brian Haley <email address hidden>
Date: Tue Jul 9 15:50:35 2019 -0400

    Force arp_responder to True when DVR and tunneling enabled

    After [1] and [2], the ARP responder needs to be enabled
    if DVR and tunneling are enabled or ARP will not work. If
    it is False we will log a message and force it to True.

    [1] https://review.opendev.org/#/c/651905/
    [2] https://review.opendev.org/#/c/653883/

    Change-Id: I934062c970effe5194056b0786f84f3246850701
    Related-bug: #1774459
    (cherry picked from commit ea85e39660abaa224c159c42214fdb7042302bea)