contiv / netplugin

Container networking for various use cases
Apache License 2.0
512 stars 177 forks source link

configure Vxlan veth interface mtu based on configured minimum host … #1135

Closed g1rana closed 6 years ago

g1rana commented 6 years ago

…interface mtu

Description of the changes:

Currently container mtu in contiv network set as static MTU value as 1450. With this PR, contiv/netplugin detect minimum configured mtu of host and cofingured Veth pair container side MTU to read MTU - 50 if container is part of Vxlan Bridge in OVS

Type of fix: Bug Fix

Fixes #1132

Please describe:

TODO