summaryrefslogtreecommitdiffstats
path: root/lib/libc/gen/sysctl.3
diff options
context:
space:
mode:
authorru <ru@FreeBSD.org>2002-01-23 12:48:08 +0000
committerru <ru@FreeBSD.org>2002-01-23 12:48:08 +0000
commit0d2b999d27cb189382b11eab284e52ed8e33e163 (patch)
treec2ad154b6c3ab0c2203607deea1d85c0bf3d540a /lib/libc/gen/sysctl.3
parentbaadf3178a9fdfc5c8363d19405f3ba4655bc1bb (diff)
downloadFreeBSD-src-0d2b999d27cb189382b11eab284e52ed8e33e163.zip
FreeBSD-src-0d2b999d27cb189382b11eab284e52ed8e33e163.tar.gz
The sixth argument to the NET_RT_IFLIST sysctl is actually 0 for
all interfaces, and ifnet.if_index value for a single interface.
Diffstat (limited to 'lib/libc/gen/sysctl.3')
-rw-r--r--lib/libc/gen/sysctl.32
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index 53a6f37..c9e002c 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -540,7 +540,7 @@ The fifth and sixth level names are as follows:
.It Sy "Fifth level name Sixth level is:"
.It "NET\_RT\_FLAGS rtflags"
.It "NET\_RT\_DUMP None"
-.It "NET\_RT\_IFLIST None"
+.It "NET\_RT\_IFLIST 0 or if_index"
.El
.It Li PF_INET
Get or set various global information about the IPv4
OpenPOWER on IntegriCloud