summaryrefslogtreecommitdiffstats
path: root/usr.sbin/mtest
Commit message (Collapse)AuthorAgeFilesLines
* Use AF_LINK rather than AF_UNSPEC to set an ethernet multicast address.julian1998-05-281-14/+33
| | | | | | | | This is obviously not a terribly used function as it's apparently been broken forever. It IS possible that this fix is wrong and that the KERNEL is wrong (in which case you should fix if_ethersubr.c) either way it certainly has more hope of working now than before. I'd take it to 2.2 except that obviously no-one cares :-)
* Use err(3). -Wall cleaning.charnier1997-10-012-15/+15
|
* Add the one line description of the man page at the top sompp1996-12-151-2/+3
| | | | that "whatis" will report something more than just "mtest".
* Make mtest build. Write a makefile and a man page.fenner1996-12-153-2/+56
|
* A multicast testing program, allowing you to join and leave bothfenner1996-12-151-0/+206
IP and ethernet multicast groups. Obtained from: Multicast release 3.5
OpenPOWER on IntegriCloud