summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>1997-10-17 00:20:30 +0000
committerbrian <brian@FreeBSD.org>1997-10-17 00:20:30 +0000
commitb066166467d0442fbfc88bcfc904ed33f193b440 (patch)
tree28ee830810fc1c859e93abf6f9aa29a29f03405f /usr.sbin/ppp
parentda95061e5c61bafff1b721f663d4941c7061cd8f (diff)
downloadFreeBSD-src-b066166467d0442fbfc88bcfc904ed33f193b440.zip
FreeBSD-src-b066166467d0442fbfc88bcfc904ed33f193b440.tar.gz
Ask for VJ slot id compression by default.
Diffstat (limited to 'usr.sbin/ppp')
-rw-r--r--usr.sbin/ppp/ipcp.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/usr.sbin/ppp/ipcp.c b/usr.sbin/ppp/ipcp.c
index 78918730..3c167f7 100644
--- a/usr.sbin/ppp/ipcp.c
+++ b/usr.sbin/ppp/ipcp.c
@@ -17,7 +17,7 @@
* IMPLIED WARRANTIES, INCLUDING, WITHOUT LIMITATION, THE IMPLIED
* WARRANTIES OF MERCHANTIBILITY AND FITNESS FOR A PARTICULAR PURPOSE.
*
- * $Id: ipcp.c,v 1.28 1997/09/03 02:08:18 brian Exp $
+ * $Id: ipcp.c,v 1.29 1997/10/07 00:56:56 brian Exp $
*
* TODO:
* o More RFC1772 backwoard compatibility
@@ -201,7 +201,7 @@ IpcpInit()
LogPrintf(LogIPCP, "Using trigger address %s\n", inet_ntoa(TriggerAddress));
}
if (Enabled(ConfVjcomp))
- icp->want_compproto = (PROTO_VJCOMP << 16) | ((MAX_STATES - 1) << 8);
+ icp->want_compproto = (PROTO_VJCOMP << 16) | ((MAX_STATES - 1) << 8) | 1;
else
icp->want_compproto = 0;
icp->heis1172 = 0;
OpenPOWER on IntegriCloud