]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Adds support to provide the csum option for the OVS tunnels
authorroot <mamtaprabhu@in.ibm.com>
Sat, 5 Sep 2015 17:47:41 +0000 (10:47 -0700)
committerroot <mamtaprabhu@in.ibm.com>
Sun, 6 Sep 2015 17:49:32 +0000 (10:49 -0700)
commitb89879c286cdc5718ee540c2c581a3f500c18b3e
tree342c617315a2a499855257e17f55854c84e32f88
parentad2ea533880f0c41c6e310ef7046fdf5589c2f3c
Adds support to provide the csum option for the OVS tunnels

The new option for the ovs agent will enable to set/unset the
csum option for the vxlan/gre tunnels. The default is maintained as False.

Change-Id: I18dcd8946b585e70f8890a5c222ea37059c4a0c5
Implements: bp ovs-tunnel-csum-option
Closes-bug: #1492111
etc/neutron/plugins/ml2/openvswitch_agent.ini
neutron/agent/common/ovs_lib.py
neutron/plugins/ml2/drivers/openvswitch/agent/common/config.py
neutron/plugins/ml2/drivers/openvswitch/agent/ovs_neutron_agent.py
neutron/tests/unit/agent/common/test_ovs_lib.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_neutron_agent.py
neutron/tests/unit/plugins/ml2/drivers/openvswitch/agent/test_ovs_tunnel.py