]> git.ozlabs.org Git - ppp.git/blobdiff - linux/if_pppvar.h
Fix it for 2.0.x kernels;
[ppp.git] / linux / if_pppvar.h
index a85b33cd1589a7bc40408ec2d0ad31d1df53d25d..6fae4b94bda05f967a033a576fbff406f9de404f 100644 (file)
@@ -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 */