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

--- 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_iface.4 263140 2014-03-14 02:58:48Z glebius $
35.\" $FreeBSD: head/share/man/man4/ng_iface.4 263152 2014-03-14 06:29:43Z glebius $
36.\" $Whistle: ng_iface.8,v 1.5 1999/01/25 23:46:26 archie Exp $
37.\"
38.Dd October 28, 2005
39.Dt NG_IFACE 4
40.Os
41.Sh NAME
42.Nm ng_iface
43.Nd interface netgraph node type

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

65.Pp
66An
67.Nm iface
68node has a single hook corresponding to each supported protocol.
69Packets transmitted via the interface flow out the corresponding
70protocol-specific hook.
71Similarly, packets received on a hook appear on the interface as
72packets received into the corresponding protocol stack.
36.\" $Whistle: ng_iface.8,v 1.5 1999/01/25 23:46:26 archie Exp $
37.\"
38.Dd October 28, 2005
39.Dt NG_IFACE 4
40.Os
41.Sh NAME
42.Nm ng_iface
43.Nd interface netgraph node type

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

65.Pp
66An
67.Nm iface
68node has a single hook corresponding to each supported protocol.
69Packets transmitted via the interface flow out the corresponding
70protocol-specific hook.
71Similarly, packets received on a hook appear on the interface as
72packets received into the corresponding protocol stack.
73The currently supported protocols are IP, IPv6, AppleTalk, ATM,
74NATM, and NS.
73The currently supported protocols are IP, IPv6, ATM, NATM, and NS.
75.Pp
76An
77.Nm iface
78node can be configured as a point-to-point interface or a broadcast interface.
79The configuration can only be changed when the interface is down.
80The default mode is point-to-point.
81.Pp
82.Nm Iface
83nodes support the Berkeley Packet Filter (BPF).
84.Sh HOOKS
85This node type supports the following hooks:
86.Bl -tag -width ".Va inet6"
87.It Va inet
88Transmission and reception of IP packets.
89.It Va inet6
90Transmission and reception of IPv6 packets.
74.Pp
75An
76.Nm iface
77node can be configured as a point-to-point interface or a broadcast interface.
78The configuration can only be changed when the interface is down.
79The default mode is point-to-point.
80.Pp
81.Nm Iface
82nodes support the Berkeley Packet Filter (BPF).
83.Sh HOOKS
84This node type supports the following hooks:
85.Bl -tag -width ".Va inet6"
86.It Va inet
87Transmission and reception of IP packets.
88.It Va inet6
89Transmission and reception of IPv6 packets.
91.It Va atalk
92Transmission and reception of AppleTalk packets.
93.It Va atm
94Transmission and reception of ATM packets.
95.It Va natm
96Transmission and reception of NATM packets.
97.It Va ns
98Transmission and reception of NS packets.
99.El
100.Sh CONTROL MESSAGES

--- 69 unchanged lines hidden ---
90.It Va atm
91Transmission and reception of ATM packets.
92.It Va natm
93Transmission and reception of NATM packets.
94.It Va ns
95Transmission and reception of NS packets.
96.El
97.Sh CONTROL MESSAGES

--- 69 unchanged lines hidden ---