cvs commit: src/sys/netgraph ng_cisco.c

Gleb Smirnoff glebius at FreeBSD.org
Tue Nov 23 01:30:28 PST 2004


glebius     2004-11-23 09:30:27 UTC

  FreeBSD src repository

  Modified files:
    sys/netgraph         ng_cisco.c 
  Log:
  o Use ng_timeout() instead of timeout(9).
  
  o Implement some netgraph flow control:
  - Whenever status of HDLC heartbeat from pear is timed out,
    send NGM_LINK_IS_DOWN message.
  - If HDLC link changes status from down to up, send
    NGM_LINK_IS_UP message.
  
  Approved by:    julian (mentor), implicitly
  MFC after:      1 week
  
  Revision  Changes    Path
  1.25      +33 -11    src/sys/netgraph/ng_cisco.c


More information about the cvs-src mailing list