Don't accept chap80lm by default - it doesn't work.
MFC after: 1 week
This commit is contained in:
parent
f2e587a36c
commit
4bb6aac05e
@ -261,7 +261,7 @@ lcp_Init(struct lcp *lcp, struct bundle *bundle, struct link *l,
|
|||||||
lcp->cfg.chap05 = NEG_ACCEPTED;
|
lcp->cfg.chap05 = NEG_ACCEPTED;
|
||||||
#ifdef HAVE_DES
|
#ifdef HAVE_DES
|
||||||
lcp->cfg.chap80nt = NEG_ACCEPTED;
|
lcp->cfg.chap80nt = NEG_ACCEPTED;
|
||||||
lcp->cfg.chap80lm = NEG_ACCEPTED;
|
lcp->cfg.chap80lm = 0;
|
||||||
lcp->cfg.chap81 = NEG_ACCEPTED;
|
lcp->cfg.chap81 = NEG_ACCEPTED;
|
||||||
#endif
|
#endif
|
||||||
lcp->cfg.lqr = NEG_ACCEPTED;
|
lcp->cfg.lqr = NEG_ACCEPTED;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user