Date: Thu, 23 Apr 1998 14:50:16 -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 bundle.c command.c fsm.c hdlc.c mp.c mp.h Message-ID: <199804232150.OAA03990@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199804232150.OAA03990>