Comment 8 for bug 1823798

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

Reviewed: https://review.openstack.org/652130
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=ee682138b908b82d5eeda3812a5cd47240312015
Submitter: Zuul
Branch: stable/stein

commit ee682138b908b82d5eeda3812a5cd47240312015
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)