patch-1.3.71 linux/include/net/netlink.h
Next file: linux/kernel/ksyms.c
Previous file: linux/include/net/ax25.h
Back to the patch index
Back to the overall index
-  Lines: 18
 -  Date:
Mon Mar  4 10:33:57 1996
 -  Orig file: 
v1.3.70/linux/include/net/netlink.h
 -  Orig date: 
Mon Dec 11 15:42:06 1995
 
diff -u --recursive --new-file v1.3.70/linux/include/net/netlink.h linux/include/net/netlink.h
@@ -2,7 +2,8 @@
 #define __NET_NETLINK_H
 
 #define NET_MAJOR 36		/* Major 18 is reserved for networking 						*/
-#define MAX_LINKS 4		/* 18,0 for route updates, 18,1 for SKIP, 18,2 debug tap 18,3 PPP reserved 	*/
+#define MAX_LINKS 8		/* 18,0 for route updates, 18,1 for SKIP, 18,2 debug tap 18,3 PPP reserved 	*/
+				/* 4-7 are psi0-psi3 */
 #define MAX_QBYTES 32768	/* Maximum bytes in the queue 							*/
 
 #include <linux/config.h>
@@ -17,6 +18,7 @@
 #define NETLINK_SKIP		1	/* Reserved for ENskip  			*/
 #define NETLINK_USERSOCK	2	/* Reserved for user mode socket protocols 	*/
 #define NETLINK_FIREWALL	3	/* Firewalling hook				*/
+#define NETLINK_PSI		4	/* PSI devices - 4 to 7 */
 
 #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