-
Notifications
You must be signed in to change notification settings - Fork 1
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Move multicast restrictions from change log to man page caveats.
- Loading branch information
Showing
2 changed files
with
10 additions
and
4 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -27,7 +27,7 @@ | |
.Op Fl B Ar bitrate | ||
.Op Fl b Ar bufsize | ||
.Op Fl d Ar delay | ||
.Op Fl i Ar ifaddr | ||
.Op Fl I Ar ifaddr | ||
.Op Fl i Ar idle | ||
.Op Fl L Ar loop | ||
.Op Fl l Ar length | ||
|
@@ -295,6 +295,14 @@ The | |
.Nm | ||
program was written by | ||
.An Alexander Bluhm Aq Mt [email protected] . | ||
.Sh CAVEATS | ||
Using | ||
.Fl r Ar remotessh | ||
together with multicast groups usually does not work. | ||
The interface address and name | ||
are different on the remote machine, but | ||
.Fl I Ar ifaddr | ||
affects both local and remote. | ||
.Sh BUGS | ||
The number of ethernet frames and their size is calculated. | ||
With vlan or jumbo it will be wrong. |