diff options
author | Mauro Carvalho Chehab <mchehab+huawei@kernel.org> | 2020-05-01 16:44:32 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2020-05-01 21:24:41 +0200 |
commit | a6c34b476ca27d0e5c14e58aefdbbdc4c509dd5f (patch) | |
tree | 493855afc37af56ef1d2271b381f7d4e3f1b573a /Documentation/networking/xfrm_sysctl.rst | |
parent | docs: networking: convert xfrm_sync.txt to ReST (diff) | |
download | linux-a6c34b476ca27d0e5c14e58aefdbbdc4c509dd5f.tar.xz linux-a6c34b476ca27d0e5c14e58aefdbbdc4c509dd5f.zip |
docs: networking: convert xfrm_sysctl.txt to ReST
Not much to be done here:
- add SPDX header;
- add a document title;
- add a chapter's markup;
- add to networking/index.rst.
Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation/networking/xfrm_sysctl.rst')
-rw-r--r-- | Documentation/networking/xfrm_sysctl.rst | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/Documentation/networking/xfrm_sysctl.rst b/Documentation/networking/xfrm_sysctl.rst new file mode 100644 index 000000000000..47b9bbdd0179 --- /dev/null +++ b/Documentation/networking/xfrm_sysctl.rst @@ -0,0 +1,11 @@ +.. SPDX-License-Identifier: GPL-2.0 + +============ +XFRM Syscall +============ + +/proc/sys/net/core/xfrm_* Variables: +==================================== + +xfrm_acq_expires - INTEGER + default 30 - hard timeout in seconds for acquire requests |