diff options
author | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-25 01:26:12 +0000 |
---|---|---|
committer | Jun-ichiro itojun Hagino <itojun@cvs.openbsd.org> | 2000-05-25 01:26:12 +0000 |
commit | bc087fb4d9e4c24e3a9e18d8a4a39c243825c992 (patch) | |
tree | 020824d637324cf5fef7aba7c9a819724fe03abb /lib | |
parent | a3521c1ee77737ce861e97a831d1ec159fabead0 (diff) |
remove net.inet6.ip6.gif_hlim
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/gen/sysctl.3 | 7 |
1 files changed, 1 insertions, 6 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 528c1e2f8b9..96445943c82 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.3,v 1.42 2000/04/18 03:01:27 aaron Exp $ +.\" $OpenBSD: sysctl.3,v 1.43 2000/05/25 01:26:11 itojun Exp $ .\" .\" Copyright (c) 1993 .\" The Regents of the University of California. All rights reserved. @@ -755,7 +755,6 @@ The currently defined protocols and names are: .It ip6 dad_count integer yes .It ip6 auto_flowlabel integer yes .It ip6 defmcasthlim integer yes -.It ip6 gif_hlim integer yes .It ip6 kame_version string no .It ip6 use_deprecated integer yes .It ip6 rr_prune integer yes @@ -835,10 +834,6 @@ The default hop limit value for an IPv6 multicast packet sourced by the node. This value applies to all the transport protocols on top of IPv6. There are APIs to override the value, as documented in .Xr ip6 4 . -.It Li ip6.gif_hlim -The maximum hop limit value for an IPv6 packet generated by -.Xr gif 4 -tunnel interface. .It Li ip6.kame_version The string identifies the version of KAME IPv6 stack implemented in the kernel. .It Li ip6.use_deprecated |