diff options
author | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 21:53:09 +0000 |
---|---|---|
committer | Theo de Raadt <deraadt@cvs.openbsd.org> | 2002-05-24 21:53:09 +0000 |
commit | 1fb300270aa1c19a363a335b4e50afb8410a545a (patch) | |
tree | 5b16c1641b45fe1883386735054528bd09af389a /lib/libc/gen | |
parent | a69b09c3ceb8fe95724a0c3707ee2a9d08d5108f (diff) |
add net.inet.icmp.tstamprepl sysctl for timestamp control; jason@ackley.net
Diffstat (limited to 'lib/libc/gen')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index f73df5f3d90..a103b356cdc 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.86 2002/05/01 08:03:29 mpech Exp $ +.\" $OpenBSD: sysctl.3,v 1.87 2002/05/24 21:53:08 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -710,6 +710,7 @@ The currently defined protocols and names are: .It icmp errppslimit integer yes .It icmp rediraccept integer yes .It icmp redirtimeout integer yes +.It icmp tstamprepl integer yes .It ipip allow integer yes .It tcp rfc1323 integer yes .It tcp ident structure no |