From owner-cvs-usrsbin Thu Apr 23 11:57:42 1998 Return-Path: Received: (from daemon@localhost) by hub.freebsd.org (8.8.8/8.8.8) id LAA04634 for cvs-usrsbin-outgoing; Thu, 23 Apr 1998 11:57:42 -0700 (PDT) (envelope-from owner-cvs-usrsbin) 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 LAA04498; Thu, 23 Apr 1998 11:57:25 -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 LAA03189; Thu, 23 Apr 1998 11:56:23 -0700 (PDT) Date: Thu, 23 Apr 1998 11:56:23 -0700 (PDT) Message-Id: <199804231856.LAA03189@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 datalink.c ipcp.c ipcp.h mp.c Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1998/04/23 11:56:23 PDT Modified files: (Branch: MP) usr.sbin/ppp bundle.c datalink.c ipcp.c ipcp.h mp.c Log: o Add ipcp_SetLink() for attaching IPCP to the correct link, and call it after link authentication. o Pretty print our bundle MTU. o Correct MP header encoding and decoding (should be network byte order). o Add some debug diagnostics so that we can see MP fragment sending and re-assembly. Revision Changes Path 1.1.2.58 +6 -4 src/usr.sbin/ppp/Attic/bundle.c 1.1.2.45 +3 -2 src/usr.sbin/ppp/Attic/datalink.c 1.50.2.43 +7 -1 src/usr.sbin/ppp/ipcp.c 1.18.2.24 +3 -2 src/usr.sbin/ppp/ipcp.h 1.1.2.8 +30 -21 src/usr.sbin/ppp/Attic/mp.c