Date: Sun, 24 Aug 1997 13:52:00 -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 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 Message-ID: <199708242052.NAA02240@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199708242052.NAA02240>
