diff options
author | 2018-11-04 19:31:14 +0000 | |
---|---|---|
committer | 2018-11-04 19:31:14 +0000 | |
commit | d745be98766ac3972eba492a728288f4d0ea2bb0 (patch) | |
tree | 7ed2a586a5447e18b0ddf3f23da81a15407c9f97 /lib/libc | |
parent | Kill obsolete comment about the constraints imposed by the need to (diff) | |
download | wireguard-openbsd-d745be98766ac3972eba492a728288f4d0ea2bb0.tar.xz wireguard-openbsd-d745be98766ac3972eba492a728288f4d0ea2bb0.zip |
add missing NET_RT_TABLE
OK benno@
Diffstat (limited to 'lib/libc')
-rw-r--r-- | lib/libc/sys/sysctl.2 | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/lib/libc/sys/sysctl.2 b/lib/libc/sys/sysctl.2 index f4893498bd9..76481b04be2 100644 --- a/lib/libc/sys/sysctl.2 +++ b/lib/libc/sys/sysctl.2 @@ -1,4 +1,4 @@ -.\" $OpenBSD: sysctl.2,v 1.11 2018/09/30 18:58:17 solene Exp $ +.\" $OpenBSD: sysctl.2,v 1.12 2018/11/04 19:31:14 denis 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: September 30 2018 $ +.Dd $Mdocdate: November 4 2018 $ .Dt SYSCTL 2 .Os .Sh NAME @@ -1153,6 +1153,7 @@ The fifth and sixth level names are as follows: .It Dv NET_RT_IFLIST Ta "None" .It Dv NET_RT_IFNAMES Ta "None" .It Dv NET_RT_STATS Ta "None" +.It Dv NET_RT_TABLE Ta "rtableid" .El .Bl -tag -width "123456" .It Li NET_RT_DUMP |