patch-2.1.8 linux/include/linux/route.h

Next file: linux/include/linux/serial.h
Previous file: linux/include/linux/proc_fs.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.7/linux/include/linux/route.h linux/include/linux/route.h
@@ -53,6 +53,12 @@
 #define RTF_IRTT	0x0100		/* Initial round trip time	  */
 #define RTF_REJECT	0x0200		/* Reject route			  */
 
+#define RTF_ADDRCONF	0x0800		/* announced on link prefix	  */
+#define RTF_INVALID	0x1000
+#define RTF_DCACHE	0x2000
+#define RTF_DEFAULT	0x4000		/* Route is a default route	  */
+#define RTF_NEXTHOP	0x8000		/* Non gateway route with nexthop */
+
 /*
  *	This structure is passed from the kernel to user space by netlink
  *	routing/device announcements

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov