diff options
author | 2013-10-28 21:02:35 +0000 | |
---|---|---|
committer | 2013-10-28 21:02:35 +0000 | |
commit | 640e85f6c09950ed56f46965e5dbde18aaa099e5 (patch) | |
tree | 3c02281027285501901e90e40ded1e6d81ade405 /lib | |
parent | Enable blocksize > 512 and cleanup ommmc_attach(). (diff) | |
download | wireguard-openbsd-640e85f6c09950ed56f46965e5dbde18aaa099e5.tar.xz wireguard-openbsd-640e85f6c09950ed56f46965e5dbde18aaa099e5.zip |
kill kame version symbols and sysctl
ports tree grep run by sthen
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 9 |
1 files changed, 2 insertions, 7 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index aff15323264..e8d7a3b0a90 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.226 2013/10/22 16:40:28 guenther Exp $ +.\" $OpenBSD: sysctl.3,v 1.227 2013/10/28 21:02:35 deraadt Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -27,7 +27,7 @@ .\" OUT OF THE USE OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF .\" SUCH DAMAGE. .\" -.Dd $Mdocdate: October 22 2013 $ +.Dd $Mdocdate: October 28 2013 $ .Dt SYSCTL 3 .Os .Sh NAME @@ -1675,7 +1675,6 @@ The currently defined protocols and names are: .It ip6 Ta forwarding Ta integer Ta yes .It ip6 Ta hdrnestlimit Ta integer Ta yes .It ip6 Ta hlim Ta integer Ta yes -.It ip6 Ta kame_version Ta string Ta no .It ip6 Ta log_interval Ta integer Ta yes .It ip6 Ta maxfragpackets Ta integer Ta yes .It ip6 Ta maxfrags Ta integer Ta yes @@ -1829,10 +1828,6 @@ This value applies to all the transport protocols on top of IPv6. Methods for overriding this value are documented in .Xr ip6 4 . .Pp -.It Li ip6.kame_version -This string identifies the version of the KAME IPv6 stack implemented -in the kernel. -.Pp .It Li ip6.log_interval This variable permits adjusting the amount of logs generated by the IPv6 packet forwarding engine. |