ng_rfc1490.4 (32eef9aeb1f39a1623cea55da147c89abbd5b9a5) ng_rfc1490.4 (7586b25ce32a3bc7ae17cd5ba877411ead130167)
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

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

57side of the node, the
58.Dv inet
59and
60.Dv ppp
61hooks are used to transmit and receive raw IP frames and PPP frames,
62respectively. PPP frames are transmitted and received according to
63RFC 1973; in particular, frames appearing on the
64.Dv ppp
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

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

57side of the node, the
58.Dv inet
59and
60.Dv ppp
61hooks are used to transmit and receive raw IP frames and PPP frames,
62respectively. PPP frames are transmitted and received according to
63RFC 1973; in particular, frames appearing on the
64.Dv ppp
65hook begin with the PPP protocol number.
65hook begin with the PPP protocol number. The
66.Dv ethernet
67hook can be used to transmit and receive Ethernet frames (without a
68checksum) in RFC 1490's bridging format.
66.Pp
67Typically the
68.Dv inet
69hook is connected to the
70.Dv inet
71hook of an
72.Xr ng_iface 4
73node.
74.Sh HOOKS
75This node type supports the following hooks:
76.Pp
77.Bl -tag -width foobarbazum
78.It Dv downstream
79Connects to the RFC 1490 peer entity.
69.Pp
70Typically the
71.Dv inet
72hook is connected to the
73.Dv inet
74hook of an
75.Xr ng_iface 4
76node.
77.Sh HOOKS
78This node type supports the following hooks:
79.Pp
80.Bl -tag -width foobarbazum
81.It Dv downstream
82Connects to the RFC 1490 peer entity.
83.It Dv ethernet
84Transmits and receives bridged raw Ethernet frames, without a checksum.
80.It Dv inet
81Transmits and receives raw IP frames.
82.It Dv ppp
83Transmits and receives PPP frames.
84.El
85.Sh CONTROL MESSAGES
86This node type only supports the generic control messages.
87.Sh SHUTDOWN

--- 28 unchanged lines hidden ---
85.It Dv inet
86Transmits and receives raw IP frames.
87.It Dv ppp
88Transmits and receives PPP frames.
89.El
90.Sh CONTROL MESSAGES
91This node type only supports the generic control messages.
92.Sh SHUTDOWN

--- 28 unchanged lines hidden ---