neutron/neutron/plugins/ml2/drivers/openvswitch/agent/common
Kevin Benton 2c9530c917 Set veth_mtu default to 9000
Unfortunately we may have to continue to support veth connections
in the OVS agent for QoS use-cases. Related discussion:
https://bugs.launchpad.net/bugs/1550501

For the particular veth connections that reference the 'veth_mtu'
setting, they are constructed long before we know the MTUs of the
networks that will be going over them. So this patch changes their
default to be 9000 to try to ensure they won't be silently dropping
frames in jumbo MTU deployments.

Change-Id: I6859ebdde1f7e3a8163b49d705620e522ada606a
Related-bug: #1542475
2016-02-29 22:43:23 -08:00
..
__init__.py Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00:00
config.py Set veth_mtu default to 9000 2016-02-29 22:43:23 -08:00
constants.py Open vSwitch conntrack based firewall driver 2016-02-16 16:47:21 +00:00