← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1801919] Re: brctl is obsolete use ip

 

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 <work@xxxxxxxxxxxxxxx>
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


** Changed in: os-vif
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1801919

Title:
  brctl is obsolete  use ip

Status in devstack:
  In Progress
Status in neutron:
  Fix Released
Status in OpenStack Compute (nova):
  Confirmed
Status in os-vif:
  Fix Released

Bug description:
  bridge-utils (brctl) is obsolete, no modern software should depend on it.
  Used in: neutron/agent/linux/bridge_lib.py

  http://man7.org/linux/man-pages/man8/brctl.8.html

  Please use `ip` for basic bridge operations,
  than we can drop one obsolete dependency..

To manage notifications about this bug go to:
https://bugs.launchpad.net/devstack/+bug/1801919/+subscriptions


References