harti
e43801eab1
Netgraph part of the NgATM signalling AA layer. These nodes can
...
also be used as a general-purpose transport protocol above any
packet layer (IP, UDP).
2003-10-24 07:39:11 +00:00
harti
e6ffc57441
Add ng_atmpif: a HARP physical interface emulation. This allows one
...
to run the HARP ATM stack without real hardware.
Submitted by: Vincent Jardin <vjardin@wanadoo.fr>
2003-08-11 08:40:02 +00:00
harti
da6b08ac8e
Process events from the ATM drivers. Carrier change and PVC change
...
messages are forwarded as netgraph control messages to the node
that is connected to the manage hook. If that hook is not connected,
the event is lost. Flow control events are converted to netgraph
flow control messages and send along the hook that is connected to
the flow controlled VC. ACR change events are converted to control
messages and sent along the hook for the given VC.
2003-07-29 16:27:23 +00:00
harti
3f80813372
Test the OPEN flag to see whether a VCI is already open on the hook instead
...
to look for vci != 0. We can now open VCI 0 for monitoring purposes.
2003-07-15 15:48:10 +00:00
harti
44a5a05269
Remove three unneccessary comparisons that were always true.
...
Spotted by: gcc
2003-07-15 11:50:59 +00:00
harti
22466ee635
Allow VPI/VCI 0/0 to be opened. This will be used by the IDT77252 driver
...
to provide a "receive all cells" mode that can be used for monitoring.
Check only the relevant MTU size when NOTX or NORX flags are set.
2003-07-02 11:52:46 +00:00
harti
ad28104598
This is a netgraph node to access ATM interfaces. It works with the
...
hatm(4) and fatm(4) drivers, en(4) will follow soon.
2003-06-25 13:20:19 +00:00