Comment 10 for bug 1823798

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

Reviewed: https://review.openstack.org/651978
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=42a5a48c37400b0241f7792cf2ecb3cf630a1910
Submitter: Zuul
Branch: stable/queens

commit 42a5a48c37400b0241f7792cf2ecb3cf630a1910
Author: Brian Haley <email address hidden>
Date: Tue Apr 9 15:08:32 2019 -0400

    DVR: Correctly change MTU in fip namespace

    The code that ensures the fpr/rfp veth pair exists
    between the qrouter and fip namespace was only setting
    the mtu of the devices if it had to create them. Set
    it all the time to support the mtu being changed.

    Change-Id: I176b5f4d4f12cf09f930e2c1944e98082a09bcc6
    Closes-bug: #1823798
    (cherry picked from commit 6ded6d217adf61216fb10383d0150c966b92f11c)