]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
VLAN support for DVR
authorVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Mon, 13 Oct 2014 06:15:14 +0000 (23:15 -0700)
committerVivekanandan Narasimhan <vivekanandan.narasimhan@hp.com>
Tue, 27 Jan 2015 05:08:04 +0000 (21:08 -0800)
commite90ea7ce3f1aae1dce216618da49d37a64d3bb91
treeadb37e82cc9d11c64ec5ac2c7a32b12aa5282121
parent8628ee63b7e5ffabdcf2b1318aa6a049452bfd46
VLAN support for DVR

Brings in VLAN underlay support for
distributed virtual router. In line with
it brings in the ability to route packets
between VLAN and VXLAN (or) VLAN and GRE
networks via distributed virtual routers.

Implements: blueprint neutron-ovs-dvr-vlan
Closes-Bug: #1374995
Change-Id: If1eb9deef76a49bd0ae0d90ad5ad6a495d97a3b2
neutron/plugins/openvswitch/agent/ovs_dvr_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/openvswitch/common/constants.py
neutron/tests/unit/openvswitch/test_ovs_dvr_neutron_agent.py [new file with mode: 0644]
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py