diff options
author | Niels Provos <provos@cvs.openbsd.org> | 2000-09-25 10:00:29 +0000 |
---|---|---|
committer | Niels Provos <provos@cvs.openbsd.org> | 2000-09-25 10:00:29 +0000 |
commit | def552f8744354f08fc354834f50a6cc0ae3fca5 (patch) | |
tree | 657cf7defc752e4c450d1ff823da31ba0f1ddfaf | |
parent | 21ec68ea5cb480546e3029e7711a3058bd602541 (diff) |
docutment path mtu discovery
-rw-r--r-- | sbin/sysctl/sysctl.8 | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/sbin/sysctl/sysctl.8 b/sbin/sysctl/sysctl.8 index 6b8c79360e6..97b2b02f2ff 100644 --- a/sbin/sysctl/sysctl.8 +++ b/sbin/sysctl/sysctl.8 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.8,v 1.53 2000/09/19 03:27:27 angelos Exp $ +.\" $OpenBSD: sysctl.8,v 1.54 2000/09/25 10:00:28 provos Exp $ .\" $NetBSD: sysctl.8,v 1.4 1995/09/30 07:12:49 thorpej Exp $ .\" .\" Copyright (c) 1993 @@ -101,7 +101,7 @@ For a detailed description of these variable see .Xr sysctl 3 . The changeable column indicates whether a process with appropriate privilege can change the value. -.Bl -column net.inet.ip.forwardingxxxxxx integerxxx +.Bl -column net.inet.ip.ipsec-expire-acquirexxxx integerxxx .It Sy Name Type Changeable .It kern.ostype string no .It kern.osrelease string no @@ -173,6 +173,8 @@ privilege can change the value. .It net.inet.ip.ipsec-auth-alg string yes .It net.inet.ip.ipsec-expire-acquire integer yes .It net.inet.ip.ipsec-invalid-life integer yes +.It net.inet.ip.mtudisc integer yes +.It net.inet.ip.mtudisctimeout integer yes .It net.inet.icmp.maskrepl integer yes .It net.inet.icmp.bmcastecho integer yes .It net.inet.ipip.allow integer yes |