|
NAMEng_atmllc —
ATM LLC netgraph node type
SYNOPSIS#include <netgraph/ng_atmllc.h>
DESCRIPTIONTheatmllc node type translates frames in to and out of
ATM LLC encapsulation, as specified by RFC 1483. In LLC encapsulation the
protocol of a given protocol data unit (PDU) is specified by an IEEE 802.2 LLC
header, possibly followed by an IEEE 802.1a SubNetwork Attachment Point (SNAP)
header. This node currently handles the Ethernet and FDDI protocols.
The node transmits and receives ATM PDUs on the atm hook. Received PDUs are decoded and forwarded to the ether or fddi hooks as appropriate. Data received on the ether or fddi hooks are assumed to be full Ethernet or FDDI packets as appropriate and are encapsulated into a PDU and transmitted via the atm hook. HOOKSThis node type supports the following hooks:
CONTROL MESSAGESThis node type supports the generic control messages.SHUTDOWNThis node shuts down upon receipt of aNGM_SHUTDOWN
control message, or when all hooks have been disconnected.
SEE ALSOnetgraph(4), ng_atm(4), ng_eiface(4), ngctl(8)J. Heinanen, Multiprotocol Encapsulation over ATM Adaptation Layer 5, RFC 1483. AUTHORSBenno Rice <benno@FreeBSD.org>
Visit the GSP FreeBSD Man Page Interface. |