fnet(9) claims that "those interfaces supporting reception of multicast

datagrams have a LIST of multicast group memberships...".  On -CURRENT, that
LIST is actually a TAILQ.  Note that -STABLE still uses a LIST

PR:		50426
Submitted by:	Scott Mitchell <scott+freebsd@fishballoon.org>
This commit is contained in:
Tom Rhodes 2003-05-01 18:34:13 +00:00
parent e931331eaa
commit b655544297

View File

@ -197,7 +197,7 @@ interface name and index.)
.Pp
Finally, those interfaces supporting reception of multicast datagrams
have a
.Li LIST
.Li TAILQ
of multicast group memberships, described by
.Vt ifmultiaddr
structures.