neutron/neutron/tests/functional/agent
Kevin Benton 4df8d9a701 Make agent interface plugging utilize network MTU
This changes the 'plug' and 'plug_new' interfaces of the
LinuxInterfaceDriver to accept an MTU argument. It then
updates the dhcp agent and l3 agent to pass the MTU that
is set on the network that the port belongs to. This allows
it to take into account the overhead calculations that are
done for encapsulation types.

It's necessary for the L3 agent to have the MTU because it
must recognize when fragmentation is needed so it can fragment
or generate an ICMP error.

It's necessary for the DHCP agent to have the MTU so it doesn't
interfere when it plugs into a bridge with a larger than 1500
MTU (the bridge would reduce its MTU to match the agent).

If an operator sets 'network_device_mtu', the value of that
will be used instead to preserve previous behavior.

Closes-Bug: #1549470
Closes-Bug: #1542108
Closes-Bug: #1542475
DocImpact: Neutron agents now support arbitrary MTU
           configurations on each network (including
           jumbo frames). This is accomplished by checking
           the MTU value defined for each network on which
           it is wiring VIFs.
Co-Authored-By: Matt Kassawara <mkassawara@gmail.com>
Change-Id: Ic091fa78dfd133179c71cbc847bf955a06cb248a
2016-02-29 19:19:25 +00:00
..
l2 Don't sync all devices when some fail 2016-01-18 14:32:55 +00:00
l3 Make agent interface plugging utilize network MTU 2016-02-29 19:19:25 +00:00
linux Fix module's import order 2016-01-22 06:38:42 -08:00
__init__.py Empty files should not contain copyright or license 2014-10-20 00:50:32 +00:00
test_dhcp_agent.py Make agent interface plugging utilize network MTU 2016-02-29 19:19:25 +00:00
test_firewall.py Revert "tests: Collect info on failure of conn_tester" 2016-02-22 18:02:11 -05:00
test_l2_lb_agent.py Trival: Remove unused logging import 2015-12-26 12:49:56 +08:00
test_l2_ovs_agent.py Merge "Fix module's import order" 2016-01-23 07:46:22 +00:00
test_ovs_flows.py Call Ryu's clean up function when ovs_neutron_agent.main terminates 2016-02-05 14:12:41 +09:00
test_ovs_lib.py Fix module's import order 2016-01-22 06:38:42 -08:00