X-Git-Url: http://git.ozlabs.org/?p=ppp.git;a=blobdiff_plain;f=linux%2Fif_pppvar.h;h=6fae4b94bda05f967a033a576fbff406f9de404f;hp=a85b33cd1589a7bc40408ec2d0ad31d1df53d25d;hb=8ad33f2ec9e0cc770f9eda053d568a38a1ac1972;hpb=699e067418e4de59d75c0de252b1bc066d4fe8c0 diff --git a/linux/if_pppvar.h b/linux/if_pppvar.h index a85b33c..6fae4b9 100644 --- a/linux/if_pppvar.h +++ b/linux/if_pppvar.h @@ -42,7 +42,7 @@ */ /* - * ==FILEVERSION 981004== + * ==FILEVERSION 990114== * * NOTE TO MAINTAINERS: * If you modify this file at all, please set the above date. @@ -61,7 +61,8 @@ #define NP_IP 0 /* Internet Protocol */ #define NP_IPX 1 /* IPX protocol */ #define NP_AT 2 /* Appletalk protocol */ -#define NUM_NP 3 /* Number of NPs. */ +#define NP_IPV6 3 /* Internet Protocol */ +#define NUM_NP 4 /* Number of NPs. */ #define OBUFSIZE 256 /* # chars of output buffering */