patch-2.3.4 linux/include/linux/rtnetlink.h

Next file: linux/include/linux/sched.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.3.3/linux/include/linux/rtnetlink.h linux/include/linux/rtnetlink.h
@@ -418,7 +418,9 @@
 	IFLA_MTU,
 	IFLA_LINK,
 	IFLA_QDISC,
-	IFLA_STATS
+	IFLA_STATS,
+	IFLA_COST,
+	IFLA_PRIORITY
 };
 
 
@@ -505,6 +507,9 @@
 #define RTMGRP_IPV6_IFADDR	0x100
 #define RTMGRP_IPV6_MROUTE	0x200
 #define RTMGRP_IPV6_ROUTE	0x400
+
+#define RTMGRP_DECnet_IFADDR    0x1000
+#define RTMGRP_DECnet_ROUTE     0x4000
 
 /* End of information exported to user level */
 

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)