Add missing documentation for the two control messages supported

by this node type.
This commit is contained in:
Archie Cobbs 1999-11-08 03:14:15 +00:00
parent d1f183b5d8
commit aa5297630e
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/head/; revision=52979
3 changed files with 24 additions and 3 deletions

View File

@ -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

View File

@ -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

View File

@ -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