From: David S. Miller Date: Tue, 4 Jan 2022 12:40:22 +0000 (+0000) Subject: Merge branch 'namespacify-mtu-ipv4' X-Git-Tag: v5.17-rc1~170^2~69 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=a0619a9e9e3f557a16dd9c60a76ddd4519e225e9;p=thirdparty%2Fkernel%2Flinux.git Merge branch 'namespacify-mtu-ipv4' xu xin says: ==================== ipv4: Namespaceify two sysctls related with mtu The following patch series enables the min_pmtu and mtu_expires to be visible and configurable per net namespace. Different namespace application might have different requirements on the setting of min_pmtu and mtu_expires. If these two patches are applied, inside a net namespace we create, we can see two more sysctls under /proc/sys/net/ipv4/route: 1. min_pmtu 2. mtu_expires where min_pmtu and mtu_expires are configurable. ==================== Signed-off-by: David S. Miller --- a0619a9e9e3f557a16dd9c60a76ddd4519e225e9