iplink: another compat #ifndef/#define tweak
authorDenys Vlasenko <dvlasenk@redhat.com>
Mon, 30 Aug 2010 17:20:09 +0000 (19:20 +0200)
committerDenys Vlasenko <dvlasenk@redhat.com>
Mon, 30 Aug 2010 17:20:09 +0000 (19:20 +0200)
Signed-off-by: Denys Vlasenko <dvlasenk@redhat.com>
networking/libiproute/iplink.c

index 9ced18df01f4c93cb3b6f555d781d3dd33bc49de..f9421fc6894b8c84de623d54a793174ce8d0c2bc 100644 (file)
@@ -17,7 +17,9 @@
 
 #ifndef IFLA_LINKINFO
 # define IFLA_LINKINFO 18
+# define IFLA_INFO_KIND 1
 #endif
+
 /* taken from linux/sockios.h */
 #define SIOCSIFNAME    0x8923          /* set interface name */