Deleted Added
full compact
ng_split.4 (89610) ng_split.4 (242997)
1.\" Copyright (c) 2001 FreeBSD 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 FreeBSD Inc.;
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 FreeBSD Inc. IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Julian Elischer <julian@FreeBSD.org>
34.\"
1.\" Copyright (c) 2001 FreeBSD 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 FreeBSD Inc.;
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 FreeBSD Inc. IS ADVISED OF THE POSSIBILITY
31.\" OF SUCH DAMAGE.
32.\"
33.\" Author: Julian Elischer <julian@FreeBSD.org>
34.\"
35.\" $FreeBSD: head/share/man/man4/ng_split.4 89610 2002-01-21 12:09:13Z mpp $
35.\" $FreeBSD: head/share/man/man4/ng_split.4 242997 2012-11-13 20:41:36Z joel $
36.\"
37.Dd February 19, 2001
38.Dt NG_SPLIT 4
39.Os
40.Sh NAME
41.Nm ng_split
42.Nd netgraph node to separate incoming and outgoing flows
43.Sh SYNOPSIS
44.In netgraph/ng_split.h
45.Sh DESCRIPTION
46The
47.Nm split
48node type is used to split a bidirectional stream of packets into
49two separate unidirectional streams of packets.
50.Sh HOOKS
51This node type supports the following three hooks:
36.\"
37.Dd February 19, 2001
38.Dt NG_SPLIT 4
39.Os
40.Sh NAME
41.Nm ng_split
42.Nd netgraph node to separate incoming and outgoing flows
43.Sh SYNOPSIS
44.In netgraph/ng_split.h
45.Sh DESCRIPTION
46The
47.Nm split
48node type is used to split a bidirectional stream of packets into
49two separate unidirectional streams of packets.
50.Sh HOOKS
51This node type supports the following three hooks:
52.Bl -tag -width foobar
53.It Dv in
52.Bl -tag -width ".Va mixed"
53.It Va in
54Packets received on
55.Em in
56are forwarded to
57.Em mixed .
54Packets received on
55.Em in
56are forwarded to
57.Em mixed .
58.It Dv out
58.It Va out
59Packets received on
60.Em out
61will be discarded as illegal.
59Packets received on
60.Em out
61will be discarded as illegal.
62.It Dv mixed
62.It Va mixed
63Packets received on
64.Em mixed
65are forwarded to
66.Em out .
67.El
68.Sh CONTROL MESSAGES
69This node type supports only the generic control messages.
70.Sh SHUTDOWN

--- 18 unchanged lines hidden ---
63Packets received on
64.Em mixed
65are forwarded to
66.Em out .
67.El
68.Sh CONTROL MESSAGES
69This node type supports only the generic control messages.
70.Sh SHUTDOWN

--- 18 unchanged lines hidden ---