diff options
| author | Lutz Donnerhacke <donner@FreeBSD.org> | 2021-01-17 20:35:28 +0000 |
|---|---|---|
| committer | Lutz Donnerhacke <donner@FreeBSD.org> | 2021-01-17 21:17:01 +0000 |
| commit | 75e7ef74dfc12e01b1ef4706110d238639e04543 (patch) | |
| tree | eb8f9fd995a7ddb073fc78eb7adb93afbfac7f89 /share | |
| parent | 74935ce881ea7d0abdd59ccae10c6593d4ac14e6 (diff) | |
Diffstat (limited to 'share')
| -rw-r--r-- | share/man/man4/ng_source.4 | 11 |
1 files changed, 9 insertions, 2 deletions
diff --git a/share/man/man4/ng_source.4 b/share/man/man4/ng_source.4 index 5205bc41e15d..87b235bda2c8 100644 --- a/share/man/man4/ng_source.4 +++ b/share/man/man4/ng_source.4 @@ -32,7 +32,7 @@ .\" Author: Dave Chapeskie .\" $FreeBSD$ .\" -.Dd March 1, 2007 +.Dd January 18, 2021 .Dt NG_SOURCE 4 .Os .Sh NAME @@ -91,7 +91,14 @@ should be turned off on .Xr ng_ether 4 node manually. .Pp -Once interface is configured, upon receipt of a +If the node is connected to a netgraph network, which does not +terminate in a real +.Xr ng_ether 4 +interface, limit the packet injection rate explicitly with the +.Va NGM_SOURCE_SETPPS +control message. +.Pp +Upon receipt of a .Dv NGM_SOURCE_START control message the node starts sending the previously queued packets out the |
