]> git.ipfire.org Git - thirdparty/libnl.git/commitdiff
idiag: add missing enum types for idiagnl_exts2str()
authorThomas Haller <thaller@redhat.com>
Tue, 25 Nov 2014 10:35:02 +0000 (11:35 +0100)
committerThomas Haller <thaller@redhat.com>
Tue, 25 Nov 2014 11:28:29 +0000 (12:28 +0100)
Acked-by: Thomas Graf <tgraf@suug.ch>
Signed-off-by: Thomas Haller <thaller@redhat.com>
lib/idiag/idiag.c

index d8f506582f3d1168e3b3243e5cb45f3083c78d3a..11d3810d0f42de1b025aad28d3b64b2d6594c102 100644 (file)
@@ -164,6 +164,8 @@ static const struct trans_tbl idiag_exts[] = {
        __ADD(INET_DIAG_CONG, congestion),
        __ADD(INET_DIAG_TOS, tos),
        __ADD(INET_DIAG_TCLASS, tclass),
+       __ADD(INET_DIAG_SKMEMINFO, skmeminfo),
+       __ADD(INET_DIAG_SHUTDOWN, shutdown),
 };
 
 /**