patch-2.1.8 linux/include/net/netlink.h
Next file: linux/include/net/protocol.h
Previous file: linux/include/net/ndisc.h
Back to the patch index
Back to the overall index
- Lines: 20
- Date:
Thu Nov 7 19:57:13 1996
- Orig file:
v2.1.7/linux/include/net/netlink.h
- Orig date:
Mon Sep 30 11:25:08 1996
diff -u --recursive --new-file v2.1.7/linux/include/net/netlink.h linux/include/net/netlink.h
@@ -2,9 +2,10 @@
#define __NET_NETLINK_H
#define NET_MAJOR 36 /* Major 18 is reserved for networking */
-#define MAX_LINKS 11 /* 18,0 for route updates, 18,1 for SKIP, 18,2 debug tap 18,3 PPP reserved */
+#define MAX_LINKS 12 /* 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 */
/* 10 is for IPSEC <John Ioannidis> */
+ /* 11 IPv6 route updates */
#define MAX_QBYTES 32768 /* Maximum bytes in the queue */
#include <linux/config.h>
@@ -23,6 +24,7 @@
#define NETLINK_ARPD 8
#define NETLINK_NET_PPP 9 /* Non tty PPP devices */
#define NETLINK_IPSEC 10 /* IPSEC */
+#define NETLINK_ROUTE6 11 /* af_inet6 route comm channel */
#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