Date: Tue, 29 Jul 2003 09:27:23 -0700 (PDT) From: Hartmut Brandt <harti@FreeBSD.org> To: src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org Subject: cvs commit: src/sys/netgraph/atm ng_atm.c ng_atm.h Message-ID: <200307291627.h6TGRNxw042769@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
harti 2003/07/29 09:27:23 PDT FreeBSD src repository Modified files: sys/netgraph/atm ng_atm.c ng_atm.h Log: 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. Revision Changes Path 1.5 +102 -44 src/sys/netgraph/atm/ng_atm.c 1.2 +24 -5 src/sys/netgraph/atm/ng_atm.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200307291627.h6TGRNxw042769>