Source-Changes-HG archive

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]

[src/trunk]: src/sys/net Reconnect lcp after authentication or network phase ...



details:   https://anonhg.NetBSD.org/src/rev/e4a2f5b2731d
branches:  trunk
changeset: 946387:e4a2f5b2731d
user:      yamaguchi <yamaguchi%NetBSD.org@localhost>
date:      Wed Nov 25 10:23:33 2020 +0000

description:
Reconnect lcp after authentication or network phase finish

diffstat:

 sys/net/if_spppsubr.c |  5 +++--
 1 files changed, 3 insertions(+), 2 deletions(-)

diffs (26 lines):

diff -r 8344e25f4654 -r e4a2f5b2731d sys/net/if_spppsubr.c
--- a/sys/net/if_spppsubr.c     Wed Nov 25 10:18:49 2020 +0000
+++ b/sys/net/if_spppsubr.c     Wed Nov 25 10:23:33 2020 +0000
@@ -1,4 +1,4 @@
-/*     $NetBSD: if_spppsubr.c,v 1.209 2020/11/25 10:18:49 yamaguchi Exp $       */
+/*     $NetBSD: if_spppsubr.c,v 1.210 2020/11/25 10:23:33 yamaguchi Exp $       */
 
 /*
  * Synchronous PPP/Cisco link level subroutines.
@@ -41,7 +41,7 @@
  */
 
 #include <sys/cdefs.h>
-__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.209 2020/11/25 10:18:49 yamaguchi Exp $");
+__KERNEL_RCSID(0, "$NetBSD: if_spppsubr.c,v 1.210 2020/11/25 10:23:33 yamaguchi Exp $");
 
 #if defined(_KERNEL_OPT)
 #include "opt_inet.h"
@@ -3243,6 +3243,7 @@
                return;
 
        sppp_wq_add(sp->wq_cp, &sp->scp[IDX_LCP].work_close);
+       sppp_wq_add(sp->wq_cp, &sp->scp[IDX_LCP].work_open);
 }
 
 /*



Home | Main Index | Thread Index | Old Index