|
NAMEng_rfc1490 —
RFC 1490 netgraph node type
SYNOPSIS#include <netgraph/ng_rfc1490.h>
DESCRIPTIONTherfc1490 node type performs protocol encapsulation,
de-encapsulation, and multiplexing according to RFC 1490 (which has since been
updated by RFC 2427). This particular type of encapsulation is often used on
top of frame relay DLCI channels.
The Typically the HOOKSThis node type supports the following hooks:
CONTROL MESSAGESThis node type supports the generic control messages, plus the following:
SHUTDOWNThis node shuts down upon receipt of aNGM_SHUTDOWN
control message, or when all hooks have been disconnected.
SEE ALSOnetgraph(4), ng_frame_relay(4), ng_iface(4), ngctl(8)C. Brown and A. Malis, Multiprotocol Interconnect over Frame Relay, RFC 2427. W. Simpson, PPP in Frame Relay, RFC 1973. http://www.cisco.com/warp/public/121/frf8modes.pdf HISTORYTheng_rfc1490 node type was implemented in
FreeBSD 4.0.
AUTHORSJulian Elischer <julian@FreeBSD.org>BUGSNot all of RFC 1490 is implemented.
Visit the GSP FreeBSD Man Page Interface. |