X-Git-Url: http://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fppp.c;h=0fa98fd1eebffd00101716061106ed3f8a0f342a;hb=c062322f9e8757b85a3c2281a3190d8af14bcd9b;hp=7d2f144cc3f298c9541b6f0eca4877569e718bf8;hpb=f96f331f439e95a21c332208bc8e87d4b5ecf77b;p=ppp.git diff --git a/linux/ppp.c b/linux/ppp.c index 7d2f144..0fa98fd 100644 --- a/linux/ppp.c +++ b/linux/ppp.c @@ -4,7 +4,7 @@ * Al Longyear * Extensively rewritten by Paul Mackerras * - * ==FILEVERSION 990510== + * ==FILEVERSION 990910== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the number above to the @@ -45,7 +45,7 @@ #define PPP_MAX_RCV_QLEN 32 /* max # frames we queue up for pppd */ -/* $Id: ppp.c,v 1.29 1999/05/14 02:52:08 paulus Exp $ */ +/* $Id: ppp.c,v 1.33 1999/12/23 01:48:45 paulus Exp $ */ #include #include @@ -104,7 +104,7 @@ #endif #undef PPP_VERSION -#define PPP_VERSION "2.3.8" +#define PPP_VERSION "2.3.11" #if LINUX_VERSION_CODE >= VERSION(2,1,4) @@ -1963,6 +1963,9 @@ ppp_ioctl(struct ppp *ppp, unsigned int param2, unsigned long param3) break; switch (npi.protocol) { + case PPP_IPV6: + npi.protocol = NP_IPV6; + break; case PPP_IP: npi.protocol = NP_IP; break;