summaryrefslogtreecommitdiffstats
path: root/lib
diff options
context:
space:
mode:
authorhrs <hrs@FreeBSD.org>2013-07-12 12:36:12 +0000
committerhrs <hrs@FreeBSD.org>2013-07-12 12:36:12 +0000
commitef82e58667b9e25aecd0a4343b97b94ce27d137e (patch)
tree8304af862548c2d7d1c830badbde7fc348e58686 /lib
parent59e83b64133e8a613e75e88b3c0857bb685708c4 (diff)
downloadFreeBSD-src-ef82e58667b9e25aecd0a4343b97b94ce27d137e.zip
FreeBSD-src-ef82e58667b9e25aecd0a4343b97b94ce27d137e.tar.gz
Add a leaf node CTL_NET.PF_ROUTE.0.AF.NET_RT_DUMP.0.FIB. This returns
routing table with the specified FIB number, not td->td_proc->p_fibnum.
Diffstat (limited to 'lib')
-rw-r--r--lib/libc/gen/sysctl.318
1 files changed, 9 insertions, 9 deletions
diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3
index b3737e2..7b3738d 100644
--- a/lib/libc/gen/sysctl.3
+++ b/lib/libc/gen/sysctl.3
@@ -28,7 +28,7 @@
.\" @(#)sysctl.3 8.4 (Berkeley) 5/9/95
.\" $FreeBSD$
.\"
-.Dd February 11, 2012
+.Dd May 17, 2013
.Dt SYSCTL 3
.Os
.Sh NAME
@@ -547,14 +547,14 @@ The length of each message is contained in the message header.
The third level name is a protocol number, which is currently always 0.
The fourth level name is an address family, which may be set to 0 to
select all address families.
-The fifth and sixth level names are as follows:
-.Bl -column "Fifth level nameXXXXXX" "Sixth level is:XXX" -offset indent
-.It Sy "Fifth level name Sixth level is:"
-.It "NET_RT_FLAGS rtflags"
-.It "NET_RT_DUMP None"
-.It "NET_RT_IFLIST 0 or if_index"
-.It "NET_RT_IFMALIST 0 or if_index"
-.It "NET_RT_IFLISTL 0 or if_index"
+The fifth, sixth, and seventh level names are as follows:
+.Bl -column "Fifth level " "Sixth level " -offset indent
+.It Sy "Fifth level Sixth level Seventh level"
+.It "NET_RT_FLAGS rtflags None"
+.It "NET_RT_DUMP None None or fib number"
+.It "NET_RT_IFLIST 0 or if_index None"
+.It "NET_RT_IFMALIST 0 or if_index None"
+.It "NET_RT_IFLISTL 0 or if_index None"
.El
.Pp
The
OpenPOWER on IntegriCloud