Searched hist:"06 e6c88fba2413a8408f321b0b3a5b0954e76436" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/net/ipv6/ |
H A D | route.c | diff 06e6c88fba2413a8408f321b0b3a5b0954e76436 Wed Oct 27 03:00:08 CDT 2021 Alexander Kuznetsov <wwfq@yandex-team.ru> ipv6: enable net.ipv6.route.max_size sysctl in network namespace
We want to increase route cache size in network namespace created with user namespace. Currently ipv6 route settings are disabled for non-initial network namespaces. We can allow this sysctl and it will be safe since commit <6126891c6d4f> because route cache account to kmem, that is why users from user namespace can not DOS system.
Signed-off-by: Alexander Kuznetsov <wwfq@yandex-team.ru> Acked-by: Dmitry Yakunin <zeil@yandex-team.ru> Acked-by: Dmitry Monakhov <dmtrmonakhov@yandex-team.ru> Signed-off-by: David S. Miller <davem@davemloft.net>
|