summaryrefslogtreecommitdiffstats
path: root/usr.sbin/ppp/ccp.c
diff options
context:
space:
mode:
authorbrian <brian@FreeBSD.org>2000-11-19 16:53:50 +0000
committerbrian <brian@FreeBSD.org>2000-11-19 16:53:50 +0000
commit34eecfebb0ffd159363a98c6374b4bf41479fcfa (patch)
tree82bf9d31195aa3dc3a9cc37259a19fd44f143c80 /usr.sbin/ppp/ccp.c
parent3cafbeab6d2974ec74515a738255486d7d38676c (diff)
downloadFreeBSD-src-34eecfebb0ffd159363a98c6374b4bf41479fcfa.zip
FreeBSD-src-34eecfebb0ffd159363a98c6374b4bf41479fcfa.tar.gz
Accept MSCHAPv2 by default.
Enable and accept MPPE by default.
Diffstat (limited to 'usr.sbin/ppp/ccp.c')
-rw-r--r--usr.sbin/ppp/ccp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/usr.sbin/ppp/ccp.c b/usr.sbin/ppp/ccp.c
index 01fbd69..6acfc53 100644
--- a/usr.sbin/ppp/ccp.c
+++ b/usr.sbin/ppp/ccp.c
@@ -210,7 +210,7 @@ ccp_Init(struct ccp *ccp, struct bundle *bundle, struct link *l,
ccp->cfg.neg[CCP_NEG_DEFLATE24] = 0;
#ifdef HAVE_DES
ccp->cfg.mppe.keybits = 128;
- ccp->cfg.neg[CCP_NEG_MPPE] = 0;
+ ccp->cfg.neg[CCP_NEG_MPPE] = NEG_ENABLED|NEG_ACCEPTED;
#endif
ccp_Setup(ccp);
OpenPOWER on IntegriCloud