Difference between revisions of "Neutron/ModularL2Agent"
< Neutron
m (→Related documents) |
m (→Feature / Method Comparison Chart) |
||
| Line 17: | Line 17: | ||
| Msvm | | Msvm | ||
| ovsdb | | ovsdb | ||
| + | | | ||
| + | |- | ||
| + | | Flows | ||
| + | | ovs-ofctl | ||
| + | | | ||
| + | | | ||
| + | | | ||
| | | | ||
|- | |- | ||
| Line 41: | Line 48: | ||
|- | |- | ||
|} | |} | ||
| − | |||
== Related documents == | == Related documents == | ||
* A summary of the differences between ova and ofagent (current and planned) agents are listed [https://wiki.openstack.org/wiki/Neutron/OFAgent/ComparisonWithOVS here] | * A summary of the differences between ova and ofagent (current and planned) agents are listed [https://wiki.openstack.org/wiki/Neutron/OFAgent/ComparisonWithOVS here] | ||
Revision as of 00:01, 26 April 2014
Here we are collecting information on possible directions wrt building a modular L2 agent.
Feature / Method Comparison Chart
| openvswitch | linuxbridge | hyperv | ofagent | mlnx | |
| Monitoring | ovsdb | OS | Msvm | ovsdb | |
| Flows | ovs-ofctl | ||||
| Local isolation | vlan tag | ||||
| Security Groups | Y | Y | Y | Y | Y |
| L2pop | Y | Y | N | N | N |
Related documents
- A summary of the differences between ova and ofagent (current and planned) agents are listed here