From 6fa18a5397081de18972bb8539f1a438fc819811 Mon Sep 17 00:00:00 2001 From: bms Date: Thu, 25 Mar 2004 10:08:46 +0000 Subject: Document the existence of NET_RT_IFMALIST. Reviewed by: ru --- lib/libc/gen/sysctl.3 | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'lib/libc') diff --git a/lib/libc/gen/sysctl.3 b/lib/libc/gen/sysctl.3 index 9d5ed46..7fa187b 100644 --- a/lib/libc/gen/sysctl.3 +++ b/lib/libc/gen/sysctl.3 @@ -559,7 +559,14 @@ The fifth and sixth level names are as follows: .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" .El +.Pp +The +.Dv NET_RT_IFMALIST +name returns information about multicast group memberships on all interfaces +if 0 is specified, or for the interface specified by +.Va if_index . .It Li PF_INET Get or set various global information about the IPv4 (Internet Protocol version 4). -- cgit v1.1