vmware-nsx/neutron/plugins/ofagent/agent
fumihiko kakuma 8d250e3e29 OFAgent: Share codes of l2-population in OVS agent
This is step 1 implementation of OFAgent l2-population.
OFAgent partially uses codes in OVS agent on implementation of l2-population.
We share these codes adding mixin class for OVS to l2-population rpc.
We use a ryu library instead of executing a ovs-vsctl command
and on OFAgent l2-population is no longer optional.
Also a function of local arp responder will be implemented on step 2.

related commit: b6133c35dd

Partially implements: blueprint ofagent-l2pop

Change-Id: I99a2adfd380a9fefe34c53e0dabc21d8cf5936cc
2014-07-23 09:00:13 +09:00
..
__init__.py Implement OpenFlow Agent mechanism driver 2014-03-02 13:40:10 +09:00
main.py ofagent: move main module from ryu repository 2014-06-23 20:22:22 +09:00
ofa_neutron_agent.py OFAgent: Share codes of l2-population in OVS agent 2014-07-23 09:00:13 +09:00
ports.py ofagent: Handle device name prefixes other than "tap" 2014-07-14 16:36:03 +09:00