Comment 9 for bug 1801919

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

Reviewed: https://review.openstack.org/617836
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2572c158f5290ddc3bc2e4f06ecbd4768c82eee4
Submitter: Zuul
Branch: master

commit 2572c158f5290ddc3bc2e4f06ecbd4768c82eee4
Author: Brian Haley <email address hidden>
Date: Tue Nov 13 15:54:29 2018 -0500

    Change to use iproute2 instead of brctl

    brctl is being deprecated in some Linux distros, so
    change neutron to start using iproute2 commands or
    the pyroute2 library where possible.

    Added create() to IpLinkCommand class to allow usage
    of pyroute2 for bridge creation.

    Change-Id: If679e79fa3242ee1cd8610b5525deca35b41c87e
    Closes-bug: #1801919