]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
Update linux/rtnetlink.h to upstream version
authorThomas Graf <tgr@lsx.localdomain>
Mon, 26 May 2008 13:10:36 +0000 (15:10 +0200)
committerThomas Graf <tgr@lsx.localdomain>
Mon, 26 May 2008 13:10:36 +0000 (15:10 +0200)
include/linux/rtnetlink.h

index b47f230436c135ffc9518ff72bc12ccb9ca8d1fb..2473dbe2ed2406d5c440e346d1b152c83aaf2640 100644 (file)
@@ -267,12 +267,13 @@ enum rtattr_type_t
        RTA_PREFSRC,
        RTA_METRICS,
        RTA_MULTIPATH,
-       RTA_PROTOINFO,
+       RTA_PROTOINFO, /* no longer used */
        RTA_FLOW,
        RTA_CACHEINFO,
-       RTA_SESSION,
+       RTA_SESSION, /* no longer used */
        RTA_MP_ALGO, /* no longer used */
        RTA_TABLE,
+       RTA_GENERATION,
        __RTA_MAX
 };