netlink: add NLA_F_NESTED to all nested attributes
[project/libnl-tiny.git] / include / netlink / netlink-kernel.h
index a0f5535664fc4cd0407b97f76c1c71ff273fe093..026a91423050ab8e5db47e4b012cdd245d1b1951 100644 (file)
@@ -175,6 +175,8 @@ struct nlmsghdr
 
 /** @} */
 
+#define NLA_F_NESTED           (1 << 15)
+
 /**
  * Netlink error message
  * @ingroup msg