]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow OVS default veth MTU to be configured.
authorJun Park <jun.park.earth@gmail.com>
Fri, 19 Jul 2013 17:58:00 +0000 (11:58 -0600)
committerJun Park <jun.park.earth@gmail.com>
Tue, 23 Jul 2013 17:56:23 +0000 (11:56 -0600)
commit5808a65fa12be096278f3793909a62bf1d79e82b
treef7e6734736febb4a232c581c08d4df1e507b585c
parent7eec32bb6e5dfafbdbf59f1c9873f785cc28f7e4
Allow OVS default veth MTU to be configured.

In some environments where a packet is dropped when a VLAN tag is
added to the packet, you need to increase the MTU size of veth
interfaces to 1504.

Fixes: bug #1075336
Change-Id: I4f03b4cdc571a462096d419d6dd8324cf096156b
etc/neutron/plugins/openvswitch/ovs_neutron_plugin.ini
neutron/plugins/openvswitch/agent/ovs_neutron_agent.py
neutron/plugins/openvswitch/common/config.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py