mirror of
https://git.proxmox.com/git/mirror_lxc
synced 2025-05-28 19:17:15 +00:00
![]() get_mtu() returns int, but "mtu" variable has unsigned int type. It leads to logical error in error handling, which can end up with strange -EINVAL error in lxc_veth_create(), cause (mtu > 0) condition is met, but negative "mtu" value is too large when set as mtu for network device. Issue #4232 Signed-off-by: Alexander Mikhalitsyn <aleksandr.mikhalitsyn@canonical.com> |
||
---|---|---|
.. | ||
include | ||
lxc | ||
tests |