On Tue, May 28, 2024 at 02:11:38PM GMT, Matteo Croce wrote:
The following sysctl are global and can't be read from a netns:
net.core.rmem_default net.core.rmem_max net.core.wmem_default net.core.wmem_max
Make the following sysctl parameters available readonly from within a network namespace, allowing a container to read them.
Signed-off-by: Matteo Croce teknoraver@meta.com
Reviewed-by: Shakeel Butt shakeel.butt@linux.dev