mirror of
https://github.com/kernelkit/infix.git
synced 2026-07-30 20:43:02 +02:00
Setting the link MTU in Linux changes the sysctl IPV6 MTU, so we have to set the IPv6 MTU on each run in case the IPv4 MTU changes. Hence, this also means the IPv6 MTU must be set *after* the IPv4 (link) MTU. statd has been updated to read the sysctl setting for IPv6 MTU. Notice how the loopback interface is unsupported for config + status. Fixes issue #151 Signed-off-by: Joachim Wiberg <troglobit@gmail.com>