]> git.ozlabs.org Git - ppp.git/blobdiff - pppd/chap.c
Added packet filtering, subnet spec for allowed IP addr; select
[ppp.git] / pppd / chap.c
index d192fe618d39d856ae026b33c8439326f851c567..c8ac58a35d1ff84d630b6214fec72f0760dfcb2d 100644 (file)
@@ -19,7 +19,7 @@
  */
 
 #ifndef lint
-static char rcsid[] = "$Id: chap.c,v 1.9 1995/12/18 03:46:19 paulus Exp $";
+static char rcsid[] = "$Id: chap.c,v 1.10 1996/01/01 22:55:28 paulus Exp $";
 #endif
 
 /*
@@ -39,7 +39,7 @@ static char rcsid[] = "$Id: chap.c,v 1.9 1995/12/18 03:46:19 paulus Exp $";
 struct protent chap_protent = {
     PPP_CHAP, ChapInit, ChapInput, ChapProtocolReject,
     ChapLowerUp, ChapLowerDown, NULL, NULL,
-    ChapPrintPkt, NULL, 1, "CHAP"
+    ChapPrintPkt, NULL, 1, "CHAP", NULL, NULL
 };
 
 chap_state chap[NUM_PPP];              /* CHAP state; one for each unit */