ng_frame_relay (4)
Leading comments
Copyright (c) 1996-1999 Whistle Communications, Inc. All rights reserved. Subject to the following obligations and disclaimer of warranty, use and redistribution of this software, in source or object code forms, with or without modifications are expressly permitted by Whistle Communications; provided, however, that: 1. Any and all reproductions of the source or object code must include the copyright notice above and the following disclaimer of warranties; and 2. No rights are granted, in ...
NAME
ng_frame_relay - frame relay netgraph node typeSYNOPSIS
In netgraph/ng_frame_relay.hDESCRIPTION
The frame_relay node type performs encapsulation, de-encapsulation, and multiplexing of packets using the frame relay protocol. It supports up to 1024 DLCI's. The LMI protocol is handled by a separate node type (see ng_lmi4).The downstream hook should be connected to the synchronous line, i.e., the switch. Then hooks dlci0 dlci1 through dlci1023 are available to connect to each of the DLCI channels.
HOOKS
This node type supports the following hooks:- downstream
- The connection to the synchronous line.
- dlciX
- Here X is a decimal number from 0 to 1023. This hook corresponds to the DLCI X frame relay virtual channel.