Comment 9 for bug 1607787

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

Reviewed: https://review.openstack.org/355315
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=a08fecc98ecdf28f804590765a9aea7c7a6719d4
Submitter: Jenkins
Branch: stable/mitaka

commit a08fecc98ecdf28f804590765a9aea7c7a6719d4
Author: Hynek Mlnarik <email address hidden>
Date: Wed Aug 10 10:05:57 2016 +0200

    Set secure fail mode for physical bridges

    Physical bridges can cause network disruption when ofctl controller becomes
    inaccessible due to heavy load or when the traffic to controller is blocked.
    By setting secure fail mode, the openflow rules remain untouched on such
    an event, while with the default setting, the flows are cleared.

    Co-Authored-By: Jakub Libosvar <email address hidden>
    Closes-Bug: 1607787
    Change-Id: I1dffe0a248664d2a675fd1ca58530c233e335d2d
    (cherry picked from commit 9429c2da01fa29cedcb2a65a26c1c29d0a713670)