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
def0071c3d
commit
cae8c47af0
@ -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…
x
Reference in New Issue
Block a user