patch-2.1.67 linux/include/linux/ipv6_route.h
Next file: linux/include/linux/joystick.h
Previous file: linux/include/linux/interrupt.h
Back to the patch index
Back to the overall index
-  Lines: 21
-  Date:
Sat Nov 29 10:33:21 1997
-  Orig file: 
v2.1.66/linux/include/linux/ipv6_route.h
-  Orig date: 
Thu Mar 27 14:40:10 1997
diff -u --recursive --new-file v2.1.66/linux/include/linux/ipv6_route.h linux/include/linux/ipv6_route.h
@@ -25,6 +25,8 @@
 #define RTF_FLOW	0x02000000	/* flow significant route	*/
 #define RTF_POLICY	0x04000000	/* policy route			*/
 
+#define RTF_LOCAL	0x80000000
+
 struct in6_rtmsg {
 	struct in6_addr		rtmsg_dst;
 	struct in6_addr		rtmsg_src;
@@ -37,5 +39,11 @@
         __u32			rtmsg_flags;
 	int			rtmsg_ifindex;
 };
+
+#define RTMSG_NEWDEVICE		0x11
+#define RTMSG_DELDEVICE		0x12
+#define RTMSG_NEWROUTE		0x21
+#define RTMSG_DELROUTE		0x22
+#define RTMSG_AR_FAILED		0x51	/* Address Resolution failed	*/
 
 #endif
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov