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:
trhodes 2003-05-01 18:34:13 +00:00
parent 50a84c2108
commit 54049a0be4

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.