Comment 18 for bug 1801919

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to os-vif (master)

Reviewed: https://review.openstack.org/636822
Committed: https://git.openstack.org/cgit/openstack/os-vif/commit/?id=1f6fed6a69e9fd386e421f3cacae97c11cdd7c75
Submitter: Zuul
Branch: master

commit 1f6fed6a69e9fd386e421f3cacae97c11cdd7c75
Author: Sean Mooney <email address hidden>
Date: Thu Feb 14 03:59:50 2019 +0000

    remove use of brctl from vif_plug_linux_bridge

    - This change replaces calls to brctl with calls
      to the ip_command interface.
    - This change adds a release note for the brctl
      removal.
    - This change removes the use of tee to disable
      ipv6 in the linux bridge plugin.

    Change-Id: Id03be72e22302a0954f3e47c116f389cb4304c03
    Closes-Bug: #1801919