You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
315 B
14 lines
315 B
--- a/networking/libiproute/iplink.c
|
|
+++ b/networking/libiproute/iplink.c
|
|
@@ -15,6 +15,11 @@
|
|
#include "rt_names.h"
|
|
#include "utils.h"
|
|
|
|
+#ifndef IFLA_LINKINFO
|
|
+# define IFLA_LINKINFO 18
|
|
+# define IFLA_INFO_KIND 1
|
|
+#endif
|
|
+
|
|
/* taken from linux/sockios.h */
|
|
#define SIOCSIFNAME 0x8923 /* set interface name */
|
|
|
|
|