diff options
author | archie <archie@FreeBSD.org> | 1999-11-08 03:14:15 +0000 |
---|---|---|
committer | archie <archie@FreeBSD.org> | 1999-11-08 03:14:15 +0000 |
commit | b947ec4c368a1c1ef73466ad4b313735e18e61cc (patch) | |
tree | 99ff38ade97d168c005c810bedf50cca8abdcc51 /share | |
parent | 8adbe29ad2495e6c5cc0a8718b259985a5c0b01a (diff) | |
download | FreeBSD-src-b947ec4c368a1c1ef73466ad4b313735e18e61cc.zip FreeBSD-src-b947ec4c368a1c1ef73466ad4b313735e18e61cc.tar.gz |
Add missing documentation for the two control messages supported
by this node type.
Diffstat (limited to 'share')
-rw-r--r-- | share/man/man4/ng_tee.4 | 9 |
1 files changed, 8 insertions, 1 deletions
diff --git a/share/man/man4/ng_tee.4 b/share/man/man4/ng_tee.4 index e8cb8e4..1a774e6 100644 --- a/share/man/man4/ng_tee.4 +++ b/share/man/man4/ng_tee.4 @@ -97,7 +97,14 @@ Tap for right to left traffic. Tap for left to right traffic. .El .Sh CONTROL MESSAGES -This node type supports only the generic control messages. +This node type supports the generic control messages, plus the following. +.Bl -tag -width foo +.It Dv NGM_TEE_GET_STATS +Get statistics, returned as a +.Dv "struct ng_tee_stats" . +.It Dv NGM_TEE_CLR_STATS +Clear statistics. +.El .Sh SHUTDOWN This node shuts down upon receipt of a .Dv NGM_SHUTDOWN |