Skip site navigation (1)Skip section navigation (2)
Date:      Thu, 6 Apr 2000 03:03:49 -0700 (PDT)
From:      Brian Somers <brian@FreeBSD.org>
To:        cvs-committers@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/usr.sbin/ppp bundle.c
Message-ID:  <200004061003.DAA48155@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/04/06 03:03:49 PDT

  Modified files:
    usr.sbin/ppp         bundle.c 
  Log:
  I didn't get this right the last time....
  
  When an NCP reaches TLF, *ONLY* datalink_Close() links that are
  in DATALINK_OPEN.
  
  When the last link reaches TLD, DOWN all NCPs (as we used to in the
  links TLF (which was the wrong place anyway)), as the NCPs aren't
  now going to datalink_Close() us unexpectedly, we get to continue
  doing what we were told to do in the first place.
  
  The result:  When we lose a link, the IPCP layer goes down and
  we actually call the stuff in ppp.linkdown !
  
  Revision  Changes    Path
  1.91      +21 -14    src/usr.sbin/ppp/bundle.c



To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe cvs-all" in the body of the message




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200004061003.DAA48155>