diff options
author | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-11-05 08:27:44 +0000 |
---|---|---|
committer | Claudio Jeker <claudio@cvs.openbsd.org> | 2019-11-05 08:27:44 +0000 |
commit | dc3e5cd22fcde8f8b3af8a75b5c03f29af20b6d5 (patch) | |
tree | 1db4898ec9f4e1374b58514bb223e038e9a78996 /lib | |
parent | 913b0be2928943d21160c42e27852824a1ef35c8 (diff) |
MPLSCTL_MAXINKLOOP (net.mpls.maxloop_inkernel) was removed. Adjust manpage.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 11 |
1 files changed, 3 insertions, 8 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index 79872cbee85..0d227344810 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.32 2019/10/29 04:23:35 dlg Exp $ +.\" $OpenBSD: sysctl.2,v 1.33 2019/11/05 08:27:43 claudio 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 29 2019 $ +.Dd $Mdocdate: November 5 2019 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -1982,12 +1982,11 @@ IPsec flow database (SPD). .El .It Dv PF_MPLS Get or set global information about MPLS (Multiprotocol Label Switching). -.Bl -column "MPLSCTL_MAXINKLOOP " "integer" "not applicable" -offset indent +.Bl -column "MPLSCTL_MAPTTL_IP6 " "integer" "not applicable" -offset indent .It Sy "Third level name" Ta Sy "Type" Ta Sy "Changeable" .It Dv MPLSCTL_DEFTTL Ta integer Ta yes .It Dv MPLSCTL_MAPTTL_IP Ta integer Ta yes .It Dv MPLSCTL_MAPTTL_IP6 Ta integer Ta yes -.It Dv MPLSCTL_MAXINKLOOP Ta integer Ta yes .El .Bl -tag -width "123456" .It Dv MPLSCTL_DEFTTL Pq Va net.mpls.ttl @@ -2007,10 +2006,6 @@ If set to 0 the IPv6 header TTL is not modified while passing through MPLS and the MPLS label stack is initialized with the .Dv MPLSCTL_DEFTTL . The default is 0. -.It Dv MPLSCTL_MAXINKLOOP Pq Va net.mpls.maxloop_inkernel -Set or get the maxinum number of label stack operations (push, swap, pop) -that can be made on a packet. -The default is 16. .El .It Dv PF_PIPEX Pq Va net.pipex Get or set global information about PIPEX. |