]> CyberLeo.Net >> Repos - FreeBSD/FreeBSD.git/commit
Make `close lcp' just close the LCP layer and not hangup. This is
authorBrian Somers <brian@FreeBSD.org>
Mon, 15 Jun 1998 19:05:27 +0000 (19:05 +0000)
committerBrian Somers <brian@FreeBSD.org>
Mon, 15 Jun 1998 19:05:27 +0000 (19:05 +0000)
commit9c81b87d1e56d3a7bbb680c3d2dab59d88d29481
treea4abb5b025b1a87f8f17a4afc0ffe07dfd4166a1
parent6ab2c9633bab2da67888e49aa8303fb0e1a858a1
Make `close lcp' just close the LCP layer and not hangup.  This is
useful for slirp users that wish to get their shell back after the
ppp session.  `close' with no args still hangs up as expected.
Required by: jmz
usr.sbin/ppp/bundle.c
usr.sbin/ppp/command.c
usr.sbin/ppp/datalink.c
usr.sbin/ppp/datalink.h
usr.sbin/ppp/lqr.c
usr.sbin/ppp/main.c
usr.sbin/ppp/modem.c
usr.sbin/ppp/ppp.8
usr.sbin/ppp/ppp.8.m4