Date: Wed, 3 Dec 1997 15:28:04 -0800 (PST) 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 ccp.h deflate.c deflate.h ppp.8 vars.c vars.h Message-ID: <199712032328.PAA04470@freefall.freebsd.org>
next in thread | raw e-mail | index | archive | help
brian 1997/12/03 15:28:03 PST
Modified files:
usr.sbin/ppp ccp.c ccp.h deflate.c deflate.h ppp.8
vars.c vars.h
Log:
Fix the CCP Type field value for DEFLATE.
(I *really* meant to do this *before* committing the
deflate changes in the first place - oops).
Pppd is horribly broken in this respect - refer to the
ppp man page for details. Ppp *WON'T* negotiate deflate
with pppd by default - you must ``enable'' and ``accept''
``pppd-deflate'' in your config.
While I'm in there, update the cftypes in ccp.c so that
we recognise some more protocols (we don't actually do
anything with them - just send a REJ).
Revision Changes Path
1.22 +22 -17 src/usr.sbin/ppp/ccp.c
1.11 +3 -2 src/usr.sbin/ppp/ccp.h
1.2 +77 -13 src/usr.sbin/ppp/deflate.c
1.2 +2 -1 src/usr.sbin/ppp/deflate.h
1.82 +42 -1 src/usr.sbin/ppp/ppp.8
1.39 +3 -2 src/usr.sbin/ppp/vars.c
1.37 +11 -10 src/usr.sbin/ppp/vars.h
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199712032328.PAA04470>
