Deleted Added
full compact
ng_split.4 (242997) ng_split.4 (267938)
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 242997 2012-11-13 20:41:36Z joel $
35.\" $FreeBSD: head/share/man/man4/ng_split.4 267938 2014-06-26 21:46:14Z bapt $
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

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

79.Nm
80node type was implemented in
81.Fx 3.5
82but incorporated into
83.Fx
84in
85.Fx 5.0 .
86.Sh AUTHORS
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

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

79.Nm
80node type was implemented in
81.Fx 3.5
82but incorporated into
83.Fx
84in
85.Fx 5.0 .
86.Sh AUTHORS
87.An Julian Elischer Aq julian@FreeBSD.org
88.An Vitaly V. Belekhov Aq vitaly@riss-telecom.ru
87.An Julian Elischer Aq Mt julian@FreeBSD.org
88.An Vitaly V. Belekhov Aq Mt vitaly@riss-telecom.ru