]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ofagent: merge br-tun into br-int
authorYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Fri, 18 Apr 2014 06:48:20 +0000 (15:48 +0900)
committerYAMAMOTO Takashi <yamamoto@valinux.co.jp>
Mon, 1 Sep 2014 00:00:03 +0000 (09:00 +0900)
commit35f3a42f495ce766c02fa582f1d5a1cfcc5f9d6c
tree98190ac79cf7b84f8bf78f0b0ba184886579078e
parent2ae77d032936f33e85b9e65d8e207e5feab61d0c
ofagent: merge br-tun into br-int

Highlights:
- Deprecate br-tun.
- Reduce the use of OFPP_NORMAL action.  Use mac address info
  obtained from get_device_details and l2-pop to reduce flooding.
- Use OpenFlow metadata instead of "internal" VLANs.
  Now tenant networks are VLAN transparent.

Implements: blueprint ofagent-port-monitor
Implements: blueprint ofagent-merge-bridges
Change-Id: I21ee1c6d141863182b487e10c7bfe911b1a472ab
15 files changed:
neutron/plugins/ofagent/README
neutron/plugins/ofagent/agent/arp_lib.py
neutron/plugins/ofagent/agent/constants.py [new file with mode: 0644]
neutron/plugins/ofagent/agent/flows.py [new file with mode: 0644]
neutron/plugins/ofagent/agent/metadata.py [new file with mode: 0644]
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/ofagent/agent/ofswitch.py [new file with mode: 0644]
neutron/plugins/ofagent/agent/ports.py
neutron/plugins/ofagent/agent/tables.py [new file with mode: 0644]
neutron/tests/unit/ofagent/fake_oflib.py
neutron/tests/unit/ofagent/ofa_test_base.py
neutron/tests/unit/ofagent/test_arp_lib.py
neutron/tests/unit/ofagent/test_ofa_flows.py [new file with mode: 0644]
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/ofagent/test_ofswitch.py [new file with mode: 0644]