Date: Fri, 24 Apr 1998 12:16:18 -0700 (PDT) From: Brian Somers <brian@FreeBSD.ORG> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp auth.c auth.h bundle.c chap.c command.c datalink.c datalink.h hdlc.c hdlc.h lcp.c log.c lqr.c lqr.h modem.c mp.c mp.h pap.c ppp.8 Message-ID: <199804241916.MAA03481@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1998/04/24 12:16:18 PDT Modified files: (Branch: MP) usr.sbin/ppp auth.c auth.h bundle.c chap.c command.c datalink.c datalink.h hdlc.c hdlc.h lcp.c log.c lqr.c lqr.h modem.c mp.c mp.h pap.c ppp.8 Log: o Defer setting up pap/chap based IP numbers & labels until after we've determined if we're going to join another ppp invocation. o Make ``show link'' show all link details, and ``show links'' just give a list of links and their current status. o Show our current label in ``show bundle''. o Allow link cloning and removal as soon as our MRRU is set. o Make ``show lcp'' require context as nothing will ever change in our MP LCP (it's auto-configured as per rfc1990). o Initialise our LQM owner in hdlc_Init(). o Store our endpoint discriminator and authentication name at both the datalink and multilink level and compare them when we've finished AUTHENTICATE phase and before entering NETWORK phase. If they don't match, close the link again. Display the information in the appropriate ``show'' command. o Initialise datalink::phone and datalink::fsmp.object properly when we're cloning the link. o Show which link we're passing LQRs on in our diagnostics. o Reject endpoint discriminator REQs at the logical multilink level. o Remove the rest of our CARRIER and LINK logging setup. Revision Changes Path 1.27.2.24 +60 -31 src/usr.sbin/ppp/auth.c 1.10.2.8 +5 -4 src/usr.sbin/ppp/auth.h 1.1.2.61 +6 -9 src/usr.sbin/ppp/Attic/bundle.c 1.28.2.25 +3 -4 src/usr.sbin/ppp/chap.c 1.131.2.71 +9 -12 src/usr.sbin/ppp/command.c 1.1.2.46 +68 -29 src/usr.sbin/ppp/Attic/datalink.c 1.1.2.19 +6 -2 src/usr.sbin/ppp/Attic/datalink.h 1.28.2.29 +5 -4 src/usr.sbin/ppp/hdlc.c 1.14.2.11 +2 -2 src/usr.sbin/ppp/hdlc.h 1.55.2.47 +18 -8 src/usr.sbin/ppp/lcp.c 1.25.2.10 +1 -3 src/usr.sbin/ppp/log.c 1.22.2.27 +12 -9 src/usr.sbin/ppp/lqr.c 1.12.2.4 +2 -2 src/usr.sbin/ppp/lqr.h 1.77.2.56 +2 -2 src/usr.sbin/ppp/modem.c 1.1.2.13 +43 -17 src/usr.sbin/ppp/Attic/mp.c 1.1.2.6 +30 -23 src/usr.sbin/ppp/Attic/mp.h 1.20.2.26 +3 -2 src/usr.sbin/ppp/pap.c 1.97.2.24 +7 -5 src/usr.sbin/ppp/ppp.8 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?199804241916.MAA03481>