aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorArchie Cobbs <archie@FreeBSD.org>1999-11-08 03:14:15 +0000
committerArchie Cobbs <archie@FreeBSD.org>1999-11-08 03:14:15 +0000
commitaa5297630ee5591bb0d02dc207540d688f5c6fd0 (patch)
tree99ff38ade97d168c005c810bedf50cca8abdcc51
parentd1f183b5d84520e061fd995adf87a97003bce051 (diff)
Notes
-rw-r--r--share/man/man4/ng_tee.49
-rw-r--r--sys/modules/netgraph/tee/ng_tee.49
-rw-r--r--sys/modules/netgraph/tee/ng_tee.89
3 files changed, 24 insertions, 3 deletions
diff --git a/share/man/man4/ng_tee.4 b/share/man/man4/ng_tee.4
index e8cb8e4dcaa06..1a774e65ede51 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
diff --git a/sys/modules/netgraph/tee/ng_tee.4 b/sys/modules/netgraph/tee/ng_tee.4
index e8cb8e4dcaa06..1a774e65ede51 100644
--- a/sys/modules/netgraph/tee/ng_tee.4
+++ b/sys/modules/netgraph/tee/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
diff --git a/sys/modules/netgraph/tee/ng_tee.8 b/sys/modules/netgraph/tee/ng_tee.8
index e8cb8e4dcaa06..1a774e65ede51 100644
--- a/sys/modules/netgraph/tee/ng_tee.8
+++ b/sys/modules/netgraph/tee/ng_tee.8
@@ -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