Deleted Added
full compact
ng_tee.4 (213573) ng_tee.4 (242997)
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

27.\" SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@FreeBSD.org>
34.\"
1.\" Copyright (c) 1996-1999 Whistle Communications, Inc.
2.\" All rights reserved.
3.\"
4.\" Subject to the following obligations and disclaimer of warranty, use and
5.\" redistribution of this software, in source or object code forms, with or
6.\" without modifications are expressly permitted by Whistle Communications;
7.\" provided, however, that:
8.\" 1. Any and all reproductions of the source or object code must include the

--- 18 unchanged lines hidden (view full) ---

27.\" SERVICES, LOSS OF USE, DATA OR PROFITS, HOWEVER CAUSED AND UNDER ANY
28.\" THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
29.\" (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE OF
30.\" THIS SOFTWARE, EVEN IF WHISTLE COMMUNICATIONS IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Archie Cobbs <archie@FreeBSD.org>
34.\"
35.\" $FreeBSD: head/share/man/man4/ng_tee.4 213573 2010-10-08 12:40:16Z uqs $
35.\" $FreeBSD: head/share/man/man4/ng_tee.4 242997 2012-11-13 20:41:36Z joel $
36.\" $Whistle: ng_tee.8,v 1.4 1999/01/25 23:46:27 archie Exp $
37.\"
38.Dd May 28, 2004
39.Dt NG_TEE 4
40.Os
41.Sh NAME
42.Nm ng_tee
43.Nd netgraph ``tee'' node type

--- 39 unchanged lines hidden (view full) ---

83.Dv left2right ;
84if so, they are forwarded unchanged out hooks
85.Dv right
86and
87.Dv left ,
88respectively.
89.Sh HOOKS
90This node type supports the following hooks:
36.\" $Whistle: ng_tee.8,v 1.4 1999/01/25 23:46:27 archie Exp $
37.\"
38.Dd May 28, 2004
39.Dt NG_TEE 4
40.Os
41.Sh NAME
42.Nm ng_tee
43.Nd netgraph ``tee'' node type

--- 39 unchanged lines hidden (view full) ---

83.Dv left2right ;
84if so, they are forwarded unchanged out hooks
85.Dv right
86and
87.Dv left ,
88respectively.
89.Sh HOOKS
90This node type supports the following hooks:
91.Bl -tag -width foobarbarfoo
92.It Dv right
91.Bl -tag -width ".Va left2right"
92.It Va right
93The connection to the node on the right.
93The connection to the node on the right.
94.It Dv left
94.It Va left
95The connection to the node on the left.
95The connection to the node on the left.
96.It Dv right2left
96.It Va right2left
97Tap for right to left traffic.
97Tap for right to left traffic.
98.It Dv left2right
98.It Va left2right
99Tap for left to right traffic.
100.El
101.Sh CONTROL MESSAGES
102This node type supports the generic control messages, plus the following.
103.Bl -tag -width foo
99Tap for left to right traffic.
100.El
101.Sh CONTROL MESSAGES
102This node type supports the generic control messages, plus the following.
103.Bl -tag -width foo
104.It Dv NGM_TEE_GET_STATS
104.It Dv NGM_TEE_GET_STATS Pq Ic getstats
105Get statistics, returned as a
106.Dv "struct ng_tee_stats" .
105Get statistics, returned as a
106.Dv "struct ng_tee_stats" .
107.It Dv NGM_TEE_CLR_STATS
107.It Dv NGM_TEE_CLR_STATS Pq Ic clrstats
108Clear statistics.
109.El
110.Sh SHUTDOWN
111This node shuts down upon receipt of an
112.Dv NGM_SHUTDOWN
113control message, or when all hooks have been disconnected.
114If both
115.Dv right

--- 19 unchanged lines hidden ---
108Clear statistics.
109.El
110.Sh SHUTDOWN
111This node shuts down upon receipt of an
112.Dv NGM_SHUTDOWN
113control message, or when all hooks have been disconnected.
114If both
115.Dv right

--- 19 unchanged lines hidden ---