Jump to: navigation, search

Difference between revisions of "Neutron/OFAgent"

 
(9 intermediate revisions by 2 users not shown)
Line 1: Line 1:
OFAgent is a neutron core-plugin (implemented as ML2 mechanism driver) aiming to support pure OpenFlow1.3 switches.
+
The OFAgent mechanism driver had been removed in favor of OpenvSwitch mechanism driver with "native" of_interface in the Newton release.
 +
So the following is left as using old release and history.
  
* Todo
+
OFAgent is a neutron core-plugin, implemented as ML2 mechanism driver.
** https://wiki.openstack.org/wiki/Neutron/OFAgent/Todo
+
It aims to support pure OpenFlow1.3 switches.
 +
 
 +
* [https://wiki.openstack.org/wiki/Neutron/OFAgent/ComparisonWithOVS Comparison with Open vSwitch agent]
 +
 
 +
* [https://wiki.openstack.org/wiki/Neutron/OFAgent/Todo Todo]
 +
 
 +
* [https://git.openstack.org/cgit/stackforge/networking-ofagent/tree/networking_ofagent/plugins/ofagent/agent/flows.py Flow table design]
  
 
* References
 
* References
 
** https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent
 
** https://github.com/osrg/ryu/wiki/Configuration-OpenStack-OFAgent-agent
 +
** https://git.openstack.org/cgit/stackforge/networking-ofagent/
 +
** https://git.openstack.org/cgit/stackforge/networking-ofagent/tree/README.rst

Latest revision as of 05:22, 21 August 2017

The OFAgent mechanism driver had been removed in favor of OpenvSwitch mechanism driver with "native" of_interface in the Newton release. So the following is left as using old release and history.

OFAgent is a neutron core-plugin, implemented as ML2 mechanism driver. It aims to support pure OpenFlow1.3 switches.