From owner-cvs-usrsbin Sun Aug 24 13:53:00 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id NAA20754 for cvs-usrsbin-outgoing; Sun, 24 Aug 1997 13:53:00 -0700 (PDT) Received: from freefall.freebsd.org (freefall.FreeBSD.ORG [204.216.27.21]) by hub.freebsd.org (8.8.7/8.8.7) with ESMTP id NAA20721; Sun, 24 Aug 1997 13:52:34 -0700 (PDT) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id NAA02240; Sun, 24 Aug 1997 13:52:00 -0700 (PDT) Date: Sun, 24 Aug 1997 13:52:00 -0700 (PDT) Message-Id: <199708242052.NAA02240@freefall.freebsd.org> To: cvs-committers@FreeBSD.ORG, cvs-all@FreeBSD.ORG, cvs-usrsbin@FreeBSD.ORG Subject: cvs commit: src/usr.sbin/ppp ccp.c chat.c command.c fsm.c fsm.h ipcp.c lcp.c log.c log.h main.c modem.c ppp.8 vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk brian 1997/08/24 13:52:00 PDT Modified files: (Branch: RELENG_2_2) usr.sbin/ppp ccp.c chat.c command.c fsm.c fsm.h ipcp.c lcp.c log.c log.h main.c modem.c ppp.8 vars.c vars.h Log: MFC. The only change in default functionality is that by default, ppp no longer sends packets destined for the tun interface address, it turns them around like a loopback device. The old behaviour is restored with "set loopback off". o Add the "bg" command. o Add the "set loopback" command. o Allow fallback phone numbers. o Typo police. o Add the "set stopped" command. o Split LCP logging into LCP, IPCP and CCP logging, o Update version to 1.02. Revision Changes Path 1.7.2.5 +13 -12 src/usr.sbin/ppp/ccp.c 1.11.2.14 +8 -5 src/usr.sbin/ppp/chat.c 1.24.2.32 +119 -12 src/usr.sbin/ppp/command.c 1.7.2.5 +46 -23 src/usr.sbin/ppp/fsm.c 1.5.2.2 +14 -1 src/usr.sbin/ppp/fsm.h 1.9.2.15 +30 -28 src/usr.sbin/ppp/ipcp.c 1.10.2.11 +3 -2 src/usr.sbin/ppp/lcp.c 1.4.2.7 +2 -0 src/usr.sbin/ppp/log.c 1.6.2.4 +18 -16 src/usr.sbin/ppp/log.h 1.22.2.32 +23 -1 src/usr.sbin/ppp/main.c 1.24.2.16 +2 -1 src/usr.sbin/ppp/modem.c 1.19.2.23 +98 -27 src/usr.sbin/ppp/ppp.8 1.9.2.9 +4 -4 src/usr.sbin/ppp/vars.c 1.7.2.11 +5 -1 src/usr.sbin/ppp/vars.h