X-Git-Url: https://git.ozlabs.org/?a=blobdiff_plain;f=linux%2Fif_pppvar.h;h=6fae4b94bda05f967a033a576fbff406f9de404f;hb=51f24845526bd83a5fc30ea2e96e6ffdc3333b1b;hp=a85b33cd1589a7bc40408ec2d0ad31d1df53d25d;hpb=699e067418e4de59d75c0de252b1bc066d4fe8c0;p=ppp.git 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 */