patch-pre2.0.5 linux/include/net/netlink.h
Next file: linux/include/net/sock.h
Previous file: linux/include/net/ip_masq.h
Back to the patch index
Back to the overall index
-  Lines: 19
 -  Date:
Fri May 17 15:10:43 1996
 -  Orig file: 
pre2.0.4/linux/include/net/netlink.h
 -  Orig date: 
Tue May  7 16:22:39 1996
 
diff -u --recursive --new-file pre2.0.4/linux/include/net/netlink.h linux/include/net/netlink.h
@@ -2,8 +2,8 @@
 #define __NET_NETLINK_H
 
 #define NET_MAJOR 36		/* Major 18 is reserved for networking 						*/
-#define MAX_LINKS 9		/* 18,0 for route updates, 18,1 for SKIP, 18,2 debug tap 18,3 PPP reserved 	*/
-				/* 4-7 are psi0-psi3 */
+#define MAX_LINKS 10		/* 18,0 for route updates, 18,1 for SKIP, 18,2 debug tap 18,3 PPP reserved 	*/
+				/* 4-7 are psi0-psi3  8 is arpd 9 is ppp */
 #define MAX_QBYTES 32768	/* Maximum bytes in the queue 							*/
 
 #include <linux/config.h>
@@ -20,6 +20,7 @@
 #define NETLINK_FIREWALL	3	/* Firewalling hook				*/
 #define NETLINK_PSI		4	/* PSI devices - 4 to 7 */
 #define NETLINK_ARPD		8
+#define NETLINK_NET_PPP		9	/* Non tty PPP devices */
 
 #ifdef CONFIG_RTNETLINK
 extern void ip_netlink_msg(unsigned long, __u32, __u32, __u32, short, short, char *);
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this