diff options
author | David S. Miller <davem@sunset.davemloft.net> | 2007-05-31 10:34:55 +0200 |
---|---|---|
committer | David S. Miller <davem@sunset.davemloft.net> | 2007-05-31 10:34:55 +0200 |
commit | 85553ddafc5415534bcbe63ffa3af6506e6a754e (patch) | |
tree | 9d9eb67ecdfe7b9b85fb9c624867f4989a7af486 /Documentation | |
parent | Merge branch 'mac80211' of git://git.kernel.org/pub/scm/linux/kernel/git/linv... (diff) | |
download | linux-85553ddafc5415534bcbe63ffa3af6506e6a754e.tar.xz linux-85553ddafc5415534bcbe63ffa3af6506e6a754e.zip |
[IPSEC]: Add xfrm_sysctl.txt.
And use it to document new xfrm_acq_expires sysctl.
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Documentation')
-rw-r--r-- | Documentation/networking/xfrm_sysctl.txt | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/Documentation/networking/xfrm_sysctl.txt b/Documentation/networking/xfrm_sysctl.txt new file mode 100644 index 000000000000..5bbd16792fe1 --- /dev/null +++ b/Documentation/networking/xfrm_sysctl.txt @@ -0,0 +1,4 @@ +/proc/sys/net/core/xfrm_* Variables: + +xfrm_acq_expires - INTEGER + default 30 - hard timeout in seconds for acquire requests |