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:
parent
50a84c2108
commit
54049a0be4
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user