Difference between revisions of "Neutron/ModularL2Agent"
< Neutron
(Created page with "TBD.") |
m |
||
| Line 1: | Line 1: | ||
| − | + | ||
| + | Here we are collecting information on possible directions wrt building a modular L2 agent. | ||
| + | |||
| + | == Feature / Method Comparison Chart == | ||
| + | |||
| + | {| border="1" cellpadding="7" cellspacing="0" | ||
| + | | | ||
| + | | openvswitch | ||
| + | | linuxbridge | ||
| + | | hyperv | ||
| + | | ofagent | ||
| + | | mlnx | ||
| + | |- | ||
| + | | Monitoring | ||
| + | | ovsdb | ||
| + | | OS | ||
| + | | Msvm | ||
| + | | ovsdb | ||
| + | | | ||
| + | |- | ||
| + | | 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 [https://https://wiki.openstack.org/wiki/Neutron/OFAgent/ComparisonWithOVS here] | ||
Revision as of 23:58, 25 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 | |
| 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