]> git.proxmox.com Git - mirror_iproute2.git/blobdiff - include/linux/rtnetlink.h
update kernel headers based on net-next 3.21
[mirror_iproute2.git] / include / linux / rtnetlink.h
index 9111053f2250e2d626cf5cb1948800001c94754f..3eb78105399be8c377591ee76af993e07e8d5226 100644 (file)
@@ -132,6 +132,11 @@ enum {
        RTM_GETMDB = 86,
 #define RTM_GETMDB RTM_GETMDB
 
+       RTM_NEWNSID = 88,
+#define RTM_NEWNSID RTM_NEWNSID
+       RTM_GETNSID = 90,
+#define RTM_GETNSID RTM_GETNSID
+
        __RTM_MAX,
 #define RTM_MAX                (((__RTM_MAX + 3) & ~3) - 1)
 };