Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 21 Mar 2000 19:02:00 -0800 (PST)
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:  <200003220302.TAA86994@freefall.freebsd.org>

next in thread | raw e-mail | index | archive | help
brian       2000/03/21 19:02:00 PST

  Modified files:
    usr.sbin/ppp         bundle.c 
  Log:
  If a links LCP FSM has reached TLF and it's the last link,
  don't bother to re-initialise the NCPs.  Instead wait for
  bundle_LinkClosed() to be called - IFF it actually is called.
  
  By initialising the NCPs at this point, ppp was recursing
  back into the fsm_Down() routing for the link, and losing
  track of the reason that the link was being brought down.
  The end result was that ``set reconnect'' would never do
  anything.
  
  Patiently pointed out by: ru
  
  Revision  Changes    Path
  1.89      +6 -13     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?200003220302.TAA86994>