Jump to: navigation, search

Difference between revisions of "Neutron/OFAgent"

Line 12: Line 12:
 
**** port external id
 
**** port external id
 
***** probably use tapXXXX, which is available as ofp_port.name.  ML2 plugin already accepts tapXXXX for linuxbridge.
 
***** probably use tapXXXX, which is available as ofp_port.name.  ML2 plugin already accepts tapXXXX for linuxbridge.
 +
**** add-br, set-controller, set bridge protocols
 +
***** factor out to "OVS" sub-driver
 +
***** use OF-Config
 +
***** move the one-time setup code to devstack
 
*** port-based VLAN
 
*** port-based VLAN
 
**** install appropriate flows to push/pop tags.
 
**** install appropriate flows to push/pop tags.

Revision as of 04:18, 14 April 2014

OFAgent is a neutron core-plugin (ML2 mechanism driver) aims to support pure OpenFlow1.3 switches.