From owner-cvs-usrsbin Wed Dec 3 15:30:10 1997 Return-Path: Received: (from root@localhost) by hub.freebsd.org (8.8.7/8.8.7) id PAA22948 for cvs-usrsbin-outgoing; Wed, 3 Dec 1997 15:30:10 -0800 (PST) (envelope-from owner-cvs-usrsbin) 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 PAA22857; Wed, 3 Dec 1997 15:28:59 -0800 (PST) (envelope-from brian@FreeBSD.org) From: Brian Somers Received: (from brian@localhost) by freefall.freebsd.org (8.8.6/8.8.5) id PAA04470; Wed, 3 Dec 1997 15:28:04 -0800 (PST) Date: Wed, 3 Dec 1997 15:28:04 -0800 (PST) Message-Id: <199712032328.PAA04470@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 ccp.h deflate.c deflate.h ppp.8 vars.c vars.h Sender: owner-cvs-usrsbin@FreeBSD.ORG X-Loop: FreeBSD.org Precedence: bulk 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