From owner-cvs-all Thu Apr 23 14:51:31 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id OAA03143 for cvs-all-outgoing; Thu, 23 Apr 1998 14:51:31 -0700 (PDT) (envelope-from owner-cvs-all@FreeBSD.ORG) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id OAA03071; Thu, 23 Apr 1998 14:51:21 -0700 (PDT) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.8/8.8.5) id OAA03990; Thu, 23 Apr 1998 14:50:16 -0700 (PDT) Date: Thu, 23 Apr 1998 14:50:16 -0700 (PDT) Message-Id: <199804232150.OAA03990@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp bundle.c command.c fsm.c hdlc.c mp.c mp.h Sender: owner-cvs-all@FreeBSD.ORG Precedence: bulk brian 1998/04/23 14:50:16 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c command.c fsm.c hdlc.c mp.c mp.h Log: o Initialise MP correctly depending on if we're the first link in mp_Up(). o Bring MP and its CCP down when we enter phase TERMINATE, and ditch everything in the incoming packet queue. o Enable MRRU negotiation. Now, we can multilink mode, but only with one physical link. o Close the link if the peer PROTO REJs PROTO_MP. o Prepend our protocol before passing a packet to struct mp for fragmentation. o Log info messages to DEBUG, not ERROR (oops). o Align `show mp' output (again). Revision Changes Path 1.1.2.59 +5 -3 src/usr.sbin/ppp/Attic/bundle.c 1.131.2.69 +2 -6 src/usr.sbin/ppp/command.c 1.27.2.31 +11 -1 src/usr.sbin/ppp/fsm.c 1.28.2.28 +18 -17 src/usr.sbin/ppp/hdlc.c 1.1.2.10 +49 -14 src/usr.sbin/ppp/Attic/mp.c 1.1.2.4 +2 -1 src/usr.sbin/ppp/Attic/mp.h To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe cvs-all" in the body of the message