2 .\" $FreeBSD: src/usr.sbin/mtest/mtest.8,v 1.5.2.2 2003/03/11 22:31:29 trhodes Exp $
3 .\" $DragonFly: src/usr.sbin/mtest/mtest.8,v 1.2 2003/06/17 04:29:57 dillon Exp $
5 .\" The following requests are required for all man pages.
11 .Nd test multicast membership socket operations and ioctls
18 is a small program for testing the multicast membership socket operations
19 and ioctls. It accepts the following commands, interactively:
20 .Bl -tag -width "a ifname e.e.e.e.e.e" -compact -offset indent
21 .It Ic j Ar g.g.g.g Ar i.i.i.i
22 Join the IP group address
24 on the interface with address
27 may be specified as 0.0.0.0 to use the default interface.
28 .It Ic l Ar g.g.g.g Ar i.i.i.i
29 Leave the IP group address
31 on the interface with address
33 .It Ic a Ar ifname Ar e.e.e.e.e.e
34 Join the Ethernet group address
38 .It Ic d Ar ifname Ar e.e.e.e.e.e
39 Leave the Ethernet group address
43 .It Ic m Ar ifname Ar 1/0
44 Set or reset ALLMULTI mode on interface
46 .It Ic p Ar ifname Ar 1/0
47 Set or reset promiscuous mode on interface
58 The command parser is not very flexible.