freebsd-dev/usr.sbin/ppp/deflate.h
Brian Somers 4bc84b8c11 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).
1997-12-03 23:28:02 +00:00

7 lines
172 B
C

/*
* $Id: deflate.h,v 1.1 1997/12/03 10:23:45 brian Exp $
*/
extern const struct ccp_algorithm PppdDeflateAlgorithm;
extern const struct ccp_algorithm DeflateAlgorithm;