patch-2.1.9 linux/include/linux/ipv6_route.h

Next file: linux/include/linux/major.h
Previous file: linux/include/linux/ipv6.h
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.1.8/linux/include/linux/ipv6_route.h linux/include/linux/ipv6_route.h
@@ -28,14 +28,14 @@
 #define DCF_INVALID	RTF_INVALID
 
 struct in6_rtmsg {
-	__u32			rtmsg_type;
 	struct in6_addr		rtmsg_dst;
 	struct in6_addr		rtmsg_gateway;
+	__u32			rtmsg_type;
 	__u16			rtmsg_prefixlen;
 	__u16			rtmsg_metric;
-	char			rtmsg_device[16];
-        __u16			rtmsg_flags;
 	unsigned long		rtmsg_info;
+        __u32			rtmsg_flags;
+	char			rtmsg_device[16];
 };
 
 #endif

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