]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Add an option to turn off DF for GRE and VXLAN tunnels
authorPierre Rognant <pierre@rognant.fr>
Wed, 28 May 2014 18:18:45 +0000 (14:18 -0400)
committerPierre Rognant <pierre@rognant.fr>
Sun, 8 Jun 2014 17:52:59 +0000 (13:52 -0400)
commitb0c8c7e226c70bab77eef878c9b0232970dc3b90
tree2a9e23632726f17d7c91875bd8add73856ae9f12
parent1dc8cc9a15b4ccf38bca60318d7b200d2cd13fc7
Add an option to turn off DF for GRE and VXLAN tunnels

Modifications included allow to set a new option (dont_fragment) in
the ovs agent configuration file that can be used for (un-)setting the DF
bit on GRE or VXLAN tunnels. The default behaviour is not altered (DF on).

Change-Id: I17ecb00165990b72ab121c2688097139b3f2f157
Implements: blueprint neutron-ovs-agent-df-gre-vxlan
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron/agent/linux/ovs_lib.py
neutron/plugins/ofagent/agent/ofa_neutron_agent.py
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/openvswitch/common/config.py
neutron/tests/unit/agent/linux/test_ovs_lib.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py