Deleted Added
full compact
netgraph.4 (263140) netgraph.4 (263152)
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

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

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.\" Authors: Julian Elischer <julian@FreeBSD.org>
34.\" Archie Cobbs <archie@FreeBSD.org>
35.\"
36.\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $
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

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

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.\" Authors: Julian Elischer <julian@FreeBSD.org>
34.\" Archie Cobbs <archie@FreeBSD.org>
35.\"
36.\" $Whistle: netgraph.4,v 1.7 1999/01/28 23:54:52 julian Exp $
37.\" $FreeBSD: head/share/man/man4/netgraph.4 263140 2014-03-14 02:58:48Z glebius $
37.\" $FreeBSD: head/share/man/man4/netgraph.4 263152 2014-03-14 06:29:43Z glebius $
38.\"
39.Dd November 25, 2013
40.Dt NETGRAPH 4
41.Os
42.Sh NAME
43.Nm netgraph
44.Nd "graph based kernel networking subsystem"
45.Sh DESCRIPTION

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

1264This is used in conjunction with the TTY node
1265type for supporting PPP links over asynchronous serial lines.
1266.It ETHERNET
1267This node is attached to every Ethernet interface in the system.
1268It allows capturing raw Ethernet frames from the network, as well as
1269sending frames out of the interface.
1270.It INTERFACE
1271This node is also a system networking interface.
38.\"
39.Dd November 25, 2013
40.Dt NETGRAPH 4
41.Os
42.Sh NAME
43.Nm netgraph
44.Nd "graph based kernel networking subsystem"
45.Sh DESCRIPTION

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

1264This is used in conjunction with the TTY node
1265type for supporting PPP links over asynchronous serial lines.
1266.It ETHERNET
1267This node is attached to every Ethernet interface in the system.
1268It allows capturing raw Ethernet frames from the network, as well as
1269sending frames out of the interface.
1270.It INTERFACE
1271This node is also a system networking interface.
1272It has hooks representing
1273each protocol family (IP, AppleTalk, etc.) and appears in the output of
1272It has hooks representing each protocol family (IP, IPv6)
1273and appears in the output of
1274.Xr ifconfig 8 .
1275The interfaces are named
1276.Dq Li ng0 ,
1277.Dq Li ng1 ,
1278etc.
1279.It ONE2MANY
1280This node implements a simple round-robin multiplexer.
1281It can be used

--- 203 unchanged lines hidden ---
1274.Xr ifconfig 8 .
1275The interfaces are named
1276.Dq Li ng0 ,
1277.Dq Li ng1 ,
1278etc.
1279.It ONE2MANY
1280This node implements a simple round-robin multiplexer.
1281It can be used

--- 203 unchanged lines hidden ---