I'm very pleased to announce the release of our new website and documentation using the new toolchain with Hugo and AsciiDoctor. To get more information about the new toolchain please read the FreeBSD Documentation Project Primer[1], Hugo docs[2] and AsciiDoctor docs[3]. Acknowledgment: Benedict Reuschling <bcr@> Glen Barber <gjb@> Hiroki Sato <hrs@> Li-Wen Hsu <lwhsu@> Sean Chittenden <seanc@> The FreeBSD Foundation [1] https://docs.FreeBSD.org/en/books/fdp-primer/ [2] https://gohugo.io/documentation/ [3] https://docs.asciidoctor.org/home/ Approved by: doceng, core
64 lines
1.4 KiB
Groff
64 lines
1.4 KiB
Groff
.\"
|
|
.\" %FreeBSD: src/usr.sbin/mtest/mtest.8,v 1.8 2004/07/02 23:12:49 ru Exp %
|
|
.\"
|
|
.\" The following requests are required for all man pages.
|
|
.\"
|
|
.\" $FreeBSD$
|
|
.Dd December 15, 1996
|
|
.Os
|
|
.Dt MTEST 8
|
|
.Sh 名称
|
|
.Nm mtest
|
|
.Nd マルチキャストメンバシップソケット操作と ioctl のテスト
|
|
.Sh 書式
|
|
.Nm
|
|
.Sh 解説
|
|
.Nm
|
|
ユーティリティはマルチキャストメンバシップソケット操作と ioctl のテストを行なう
|
|
簡単なプログラムです。
|
|
以下のコマンドを対話的に受け取ります:
|
|
.Bl -tag -width "a ifname e.e.e.e.e.e" -compact -offset indent
|
|
.It Ic j Ar g.g.g.g Ar i.i.i.i
|
|
アドレス
|
|
.Ar i.i.i.i
|
|
を持つインタフェース上で、IP グループアドレス
|
|
.Ar g.g.g.g
|
|
に加わります。
|
|
.Ar i.i.i.i
|
|
に 0.0.0.0 を指定するとデフォルトインタフェースを使用します。
|
|
.It Ic l Ar g.g.g.g Ar i.i.i.i
|
|
アドレス
|
|
.Ar i.i.i.i
|
|
を持つインタフェース上で、IP グループアドレス
|
|
.Ar g.g.g.g
|
|
から抜けます。
|
|
.It Ic a Ar ifname Ar e.e.e.e.e.e
|
|
インタフェース
|
|
.Ar ifname
|
|
上で、イーサネットグループアドレス
|
|
.Ar e.e.e.e.e.e
|
|
に加わります。
|
|
.It Ic d Ar ifname Ar e.e.e.e.e.e
|
|
インタフェース
|
|
.Ar ifname
|
|
上で、イーサネットグループアドレス
|
|
.Ar e.e.e.e.e.e
|
|
から抜けます。
|
|
.It Ic m Ar ifname Ar 1/0
|
|
インタフェース
|
|
.Ar ifname
|
|
で、ALLMULTI モードをセットあるいはリセットします。
|
|
.It Ic p Ar ifname Ar 1/0
|
|
インタフェース
|
|
.Ar ifname
|
|
で、promiscuous モードをセットあるいはリセットします。
|
|
.It Ic ?\&
|
|
有効なコマンド一覧を表示します。
|
|
.It Ic q
|
|
プログラムを終了します。
|
|
.El
|
|
.\" .Sh SEE ALSO
|
|
.Sh 作者
|
|
.An Steve Deering
|
|
.Sh バグ
|
|
コマンドパーサはそれほど柔軟性をもっていません。
|