646839649f
This commit fixes the nits caught in: Id03be72e22302a0954f3e47c116f389cb4304c03 Change-Id: Ib7fcb3c6f809222c33d163fe7a2d854016c7d392 Signed-off-by: Jan Gutter <jan.gutter@netronome.com>
11 lines
534 B
YAML
11 lines
534 B
YAML
---
|
|
other:
|
|
- |
|
|
With this release, packagers of ``os-vif`` no longer need to create a
|
|
dependency on ``brctl``. ``brctl`` is largely considered obsolete and has
|
|
been replaced with iproute2 by default in many linux distributions.
|
|
RHEL 8 will not ship ``brctl`` in its default repos. As part of a larger
|
|
effort to remove usage of ``brctl`` from OpenStack ``os-vif`` has
|
|
replaced its usage of ``brctl`` with ``pyroute2``. This does not introduce
|
|
any new requirements as ``pyroute2`` is already a requirement.
|