lb-agent: ensure tap mtu is the same as physical device
On compute-nodes, Nova creates the bridge with the tap before
the physical is in the bridge. This causes the tap to have the
default 1500 MTU which may be different to what is on the physical.
With this patch the linuxbridge agent ensures that the MTU on the
tap device is the same as what is on the physical device.
Reviewed: https:/ /review. openstack. org/174558 /git.openstack. org/cgit/ openstack/ neutron/ commit/ ?id=6cf92011143 eb55adda180ffac 91886566fc7826
Committed: https:/
Submitter: Jenkins
Branch: master
commit 6cf92011143eb55 adda180ffac9188 6566fc7826
Author: Darragh O'Reilly <email address hidden>
Date: Thu Apr 16 18:21:03 2015 +0000
lb-agent: ensure tap mtu is the same as physical device
On compute-nodes, Nova creates the bridge with the tap before
the physical is in the bridge. This causes the tap to have the
default 1500 MTU which may be different to what is on the physical.
With this patch the linuxbridge agent ensures that the MTU on the
tap device is the same as what is on the physical device.
Change-Id: Id1a4f662ec33ca 0333c15eb210366 bc850d0d54c
Closes-Bug: 1443607