cvs commit: src/sys/netgraph/atm ng_atm.c ng_atm.h
    Hartmut Brandt 
    harti at FreeBSD.org
       
    Tue Jul 29 09:27:24 PDT 2003
    
    
  
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
    
    
More information about the cvs-all
mailing list