neutron/neutron/plugins/ofagent
YAMAMOTO Takashi f676d92159 ofagent: Handle device name prefixes other than "tap"
This fixes regressions in commit 9d13ea884b.

Handle device name prefixes other than "tap".
For example, nova hybrid interface driver uses "qvo" prefix.

Also, ignore non neutron ports correctly.  For example, veth pairs
used to connect physical bridges.

Closes-Bug: #1341465
Change-Id: I1d71c8a2cf8c2f71f0dbcfb54c9b347e24c03562
2014-07-14 16:36:03 +09:00
..
agent ofagent: Handle device name prefixes other than "tap" 2014-07-14 16:36:03 +09:00
common Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
README Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00

README

This directory includes agent for OpenFlow Agent mechanism driver.

# -- Installation

For how to install/set up ML2 mechanism driver for OpenFlow Agent, please refer to
https://github.com/osrg/ryu/wiki/OpenStack

# -- Ryu General

For general Ryu stuff, please refer to
http://www.osrg.net/ryu/

Ryu is available at github
git://github.com/osrg/ryu.git
https://github.com/osrg/ryu

The mailing is at
ryu-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/ryu-devel

Enjoy!