A component-based software defined networking framework for OpenStack.
Go to file
Rodolfo Alonso Hernandez 1f751b2d7d Replace deprecated brctl with ip commands
The bridge-utils package has been deprecated for some time now [1] and
'brctl' does not exist on some more recent distros like Fedora 28.
Replace references to brctl with the proper ip commands.

Calls to "brctl show" are not being replaced with calls to "bridge link"
because the output format is very different and in testing some bridges
were not listed.  So the simpler method of consulting /sys/class/net is
used.

[1] https://lwn.net/Articles/703776/ for example

Change-Id: I8a4891bb7ed44dc25ba3f79d2ace6927313c17b3
Related-Bug: #1801919
2020-01-21 13:36:03 +00:00
doc Replace deprecated brctl with ip commands 2020-01-21 13:36:03 +00:00
etc/os_ken Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
os_ken Replace deprecated brctl with ip commands 2020-01-21 13:36:03 +00:00
releasenotes Update master for stable/train 2019-09-20 16:27:47 +00:00
tools Add CLI scripts from osken to be installed via setup.cfg 2018-12-12 15:04:37 +01:00
.coveragerc Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.gitignore Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
.gitreview OpenDev Migration Patch 2019-04-19 19:48:36 +00:00
.mailmap Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.pylintrc .pylintrc: Remove deprecated output format feature 2016-02-27 20:40:35 +09:00
.stestr.conf Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
.travis.yml Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
.zuul.yaml Drop Python2 support and testing 2020-01-18 19:29:14 +00:00
CONTRIBUTING.rst doc: Improve the document structure 2019-10-01 17:18:14 +09:00
HACKING.rst Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
LICENSE Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
MANIFEST.in Rename "ryu" to "os_ken" everywhere 2018-11-27 20:48:02 +00:00
README.rst Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
babel.cfg Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
lower-constraints.txt Remove oslosphinx from lower-constraints 2019-04-01 11:20:23 -04:00
requirements.txt Add minimum constraint for some requirements 2018-10-17 17:59:18 +00:00
run_tests.sh Drop Python2 support and testing 2020-01-18 19:29:14 +00:00
setup.cfg Drop Python2 support and testing 2020-01-18 19:29:14 +00:00
setup.py Apply OpenStack Cookiecutter template 2018-09-04 17:00:24 +00:00
test-requirements.txt Add constraint for nose in test requirements 2018-10-29 15:17:27 +00:00
tox.ini Drop Python2 support and testing 2020-01-18 19:29:14 +00:00

README.rst

os-ken

A component-based software defined networking framework in OpenStack.

This is a fork of the Ryu library tailored for OpenStack Neutron.