Merge branch 'namespacify-mtu-ipv4'
authorDavid S. Miller <davem@davemloft.net>
Tue, 4 Jan 2022 12:40:22 +0000 (12:40 +0000)
committerDavid S. Miller <davem@davemloft.net>
Tue, 4 Jan 2022 12:40:22 +0000 (12:40 +0000)
commita0619a9e9e3f557a16dd9c60a76ddd4519e225e9
treefbe89e578e6454c7591bfef09c6d30181fec1fb4
parent7d714ff14d6427d6d4898e47d439d9e530616aac
parent1135fad204805518462c1f0caaca6bcd52ba78cf
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 <davem@davemloft.net>