mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 09:36:22 +02:00
ipvs: fix doc syntax for conn_max sysctl
Fix the docutils error reported by kernel test robot
for the new conn_max sysctl:
Documentation/networking/ipvs-sysctl.rst:76: WARNING: Block quote ends
without a blank line; unexpected unindent. [docutils]
Documentation/networking/ipvs-sysctl.rst:76: ERROR: Unexpected section
title or transition.
Reported-by: kernel test robot <lkp@intel.com>
Closes: https://lore.kernel.org/oe-kbuild-all/202606071851.Dc1H7hOO-lkp@intel.com/
Fixes: 4a15044a2b ("ipvs: add conn_max sysctl to limit connections")
Signed-off-by: Julian Anastasov <ja@ssi.bg>
Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
This commit is contained in:
parent
871df5007e
commit
0e2a5d02f1
|
|
@ -72,20 +72,29 @@ conn_max - INTEGER
|
|||
Netfilter connection tracking) the connections can be
|
||||
limited also by nf_conntrack_max.
|
||||
|
||||
soft limit hard limit
|
||||
=====================================================
|
||||
init_net:
|
||||
Limits for init_net:
|
||||
|
||||
======================= =============== =============
|
||||
\ soft limit hard limit
|
||||
======================= =============== =============
|
||||
create netns platform platform
|
||||
priv admin 0 .. platform 0 .. platform
|
||||
=====================================================
|
||||
new netns:
|
||||
======================= =============== =============
|
||||
|
||||
Limits for new netns:
|
||||
|
||||
======================= =============== =============
|
||||
\ soft limit hard limit
|
||||
======================= =============== =============
|
||||
create netns init_net:soft init_net:soft
|
||||
priv admin 0 .. platform 0 .. platform
|
||||
unpriv admin 0 .. hard N/A
|
||||
======================= =============== =============
|
||||
|
||||
Limits per platform:
|
||||
1,073,741,824 (2^30 for 64-bit)
|
||||
16,777,216 (2^24 for 32-bit)
|
||||
|
||||
- 1,073,741,824 (2^30 for 64-bit)
|
||||
- 16,777,216 (2^24 for 32-bit)
|
||||
|
||||
Possible values: 0 .. platform limit
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user