]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
OFAgent: Implement arp responder
authorfumihiko kakuma <kakuma@valinux.co.jp>
Tue, 22 Apr 2014 00:55:51 +0000 (09:55 +0900)
committerfumihiko kakuma <kakuma@valinux.co.jp>
Mon, 4 Aug 2014 10:39:33 +0000 (19:39 +0900)
commit9652d2e076aad2864d19db77c9b403f9e81e1f24
tree6b114b14ab5096c1387312f17675308cb70ac9e9
parent8307be7a9ef83c66eee8f2e6816aed8774df74d1
OFAgent: Implement arp responder

This is step 2 implementation of OFAgent l2-population.
This handles an arp packet responding locally to an arp request in such a way
that sends an arp request as a packet-in message to controller and
builds and sends an arp reply packet.
Currently this only supports tunnel.

Implements: blueprint ofagent-l2pop

Change-Id: Ida714f30c0f02c54dda3402c0dbf6047bc182b22
neutron/agent/l2population_rpc.py
neutron/plugins/ofagent/agent/arp_lib.py [new file with mode: 0644]
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/l2population_rpc_base.py
neutron/tests/unit/agent/test_l2population_rpc.py
neutron/tests/unit/ofagent/fake_oflib.py
neutron/tests/unit/ofagent/ofa_test_base.py [new file with mode: 0644]
neutron/tests/unit/ofagent/test_arp_lib.py [new file with mode: 0644]
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py