I didn't get this right the last time....
authorbrian <brian@openbsd.org>
Thu, 6 Apr 2000 10:09:57 +0000 (10:09 +0000)
committerbrian <brian@openbsd.org>
Thu, 6 Apr 2000 10:09:57 +0000 (10:09 +0000)
commitfae6670fd24e13d70134df22ca8ab6c0109cdf0e
tree24b4c64da664d65682834c1981c99bb600a632c8
parent46a05594a39dfecd88e7eff296bf875e3569a272
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 !
usr.sbin/ppp/ppp/bundle.c