2017-01-23 13:15:34 |
vikas choudhary |
description |
pyroute2 does not allow setting child port mtu greater than parent port(vm interface). In ideal case vm interface mtu and subport mtu are both 1450, but if vm interface mtu is lowered to let say 1400, child interface .up() call fails and thus binding fails for the nested container. |
pyroute2 does not allow setting child port mtu greater than parent port(vm interface). In ideal case vm interface mtu and subport mtu are both 1450, but if vm interface mtu is lowered to let say 1400, child interface .up() call fails and thus binding fails for the nested container.
https://github.com/svinota/pyroute2/issues/332 |
|