mirror of
https://github.com/faucetsdn/ryu.git
synced 2025-08-09 16:17:09 +02:00
commit
73de59b27b
@ -20,7 +20,7 @@ Installing Ryu is quite easy::
|
|||||||
|
|
||||||
If you prefer to install Ryu from the source code::
|
If you prefer to install Ryu from the source code::
|
||||||
|
|
||||||
% git clone git://github.com/osrg/ryu.git
|
% git clone https://github.com/faucetsdn/ryu.git
|
||||||
% cd ryu; pip install .
|
% cd ryu; pip install .
|
||||||
|
|
||||||
If you want to write your Ryu application, have a look at
|
If you want to write your Ryu application, have a look at
|
||||||
@ -59,7 +59,7 @@ On Ubuntu(16.04 LTS or later)::
|
|||||||
|
|
||||||
Support
|
Support
|
||||||
=======
|
=======
|
||||||
Ryu Official site is `<http://osrg.github.io/ryu/>`_.
|
Ryu Official site is `<https://ryu-sdn.org/>`_.
|
||||||
|
|
||||||
If you have any
|
If you have any
|
||||||
questions, suggestions, and patches, the mailing list is available at
|
questions, suggestions, and patches, the mailing list is available at
|
||||||
|
6
debian/control
vendored
6
debian/control
vendored
@ -17,9 +17,9 @@ Build-Depends-Indep:
|
|||||||
python-pip,
|
python-pip,
|
||||||
python-pbr
|
python-pbr
|
||||||
Standards-Version: 3.9.5
|
Standards-Version: 3.9.5
|
||||||
Homepage: http://osrg.github.io/ryu/
|
Homepage: https://ryu-sdn.org
|
||||||
Vcs-Git: git://github.com/osrg/ryu.git
|
Vcs-Git: git://github.com/faucetsdn/ryu.git
|
||||||
Vcs-Browser: http://github.com/osrg/ryu
|
Vcs-Browser: https://github.com/faucetsdn/ryu
|
||||||
XS-Python-Version: >= 2.6
|
XS-Python-Version: >= 2.6
|
||||||
|
|
||||||
Package: python-ryu
|
Package: python-ryu
|
||||||
|
2
debian/copyright
vendored
2
debian/copyright
vendored
@ -1,6 +1,6 @@
|
|||||||
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
Format: http://www.debian.org/doc/packaging-manuals/copyright-format/1.0/
|
||||||
Upstream-Name: ryu
|
Upstream-Name: ryu
|
||||||
Source: http://github.com/osrg/ryu
|
Source: http://github.com/faucetsdn/ryu
|
||||||
|
|
||||||
Files: *
|
Files: *
|
||||||
Copyright: 2014 Ryu Project Team <ryu-devel@lists.sourceforge.net>
|
Copyright: 2014 Ryu Project Team <ryu-devel@lists.sourceforge.net>
|
||||||
|
@ -19,7 +19,7 @@ The test procedure
|
|||||||
* run LINC switch
|
* run LINC switch
|
||||||
* run Ryu test_of_config app
|
* run Ryu test_of_config app
|
||||||
|
|
||||||
For getting/installing Ryu itself, please refer to http://osrg.github.io/ryu/
|
For getting/installing Ryu itself, please refer to https://ryu-sdn.org/
|
||||||
|
|
||||||
|
|
||||||
Install Erlang environment
|
Install Erlang environment
|
||||||
|
@ -14,7 +14,7 @@ Using Ryu Network Operating System with OpenStack as OpenFlow controller
|
|||||||
Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is
|
Ryu cooperates with OpenStack using Quantum Ryu plugin. The plugin is
|
||||||
available in the official Quantum releases.
|
available in the official Quantum releases.
|
||||||
|
|
||||||
For more information, please visit http://github.com/osrg/ryu/wiki/OpenStack .
|
For more information, please visit https://github.com/faucetsdn/ryu/wiki/OpenStack .
|
||||||
We described instructions of the installation / configuration of OpenStack
|
We described instructions of the installation / configuration of OpenStack
|
||||||
with Ryu, and we provide pre-configured VM image to be able to easily try
|
with Ryu, and we provide pre-configured VM image to be able to easily try
|
||||||
OpenStack with Ryu.
|
OpenStack with Ryu.
|
||||||
|
@ -118,9 +118,9 @@ run a Ryu application that does something useful.
|
|||||||
|
|
||||||
Is a dumb L2 switch is too dumb? You want to implement a learning L2
|
Is a dumb L2 switch is too dumb? You want to implement a learning L2
|
||||||
switch? Move to `the next step
|
switch? Move to `the next step
|
||||||
<https://github.com/osrg/ryu/blob/master/ryu/app/simple_switch.py>`_. You
|
<https://github.com/faucetsdn/ryu/blob/master/ryu/app/simple_switch.py>`_. You
|
||||||
can learn from the existing Ryu applications at `ryu/app
|
can learn from the existing Ryu applications at `ryu/app
|
||||||
<https://github.com/osrg/ryu/blob/master/ryu/app/>`_ directory and
|
<https://github.com/faucetsdn/ryu/blob/master/ryu/app/>`_ directory and
|
||||||
`integrated tests
|
`integrated tests
|
||||||
<https://github.com/osrg/ryu/blob/master/ryu/tests/integrated/>`_
|
<https://github.com/faucetsdn/ryu/blob/master/ryu/tests/integrated/>`_
|
||||||
directory.
|
directory.
|
||||||
|
@ -4,7 +4,7 @@ summary = Component-based Software-defined Networking Framework
|
|||||||
license = Apache License 2.0
|
license = Apache License 2.0
|
||||||
author = Ryu project team
|
author = Ryu project team
|
||||||
author-email = ryu-devel@lists.sourceforge.net
|
author-email = ryu-devel@lists.sourceforge.net
|
||||||
home-page = http://osrg.github.io/ryu/
|
home-page = https://ryu-sdn.org
|
||||||
description-file = README.rst
|
description-file = README.rst
|
||||||
platform = any
|
platform = any
|
||||||
classifier =
|
classifier =
|
||||||
|
Loading…
Reference in New Issue
Block a user