diff options
author | brian <brian@FreeBSD.org> | 1997-12-03 23:28:02 +0000 |
---|---|---|
committer | brian <brian@FreeBSD.org> | 1997-12-03 23:28:02 +0000 |
commit | 0d728a957362d7c1f83d15ab6af61c7851c5ca36 (patch) | |
tree | cc9f8897259fb11a5c2086f2005379c4d4aca7f8 /usr.sbin/ppp/deflate.h | |
parent | 4060d586346e71874cc8ce0771450b84d88cea41 (diff) | |
download | FreeBSD-src-0d728a957362d7c1f83d15ab6af61c7851c5ca36.zip FreeBSD-src-0d728a957362d7c1f83d15ab6af61c7851c5ca36.tar.gz |
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).
Diffstat (limited to 'usr.sbin/ppp/deflate.h')
-rw-r--r-- | usr.sbin/ppp/deflate.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/usr.sbin/ppp/deflate.h b/usr.sbin/ppp/deflate.h index a879a29..84e2189 100644 --- a/usr.sbin/ppp/deflate.h +++ b/usr.sbin/ppp/deflate.h @@ -1,5 +1,6 @@ /* - * $Id$ + * $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; |