From 468c326d6a9035314add6d431301f3840629c976 Mon Sep 17 00:00:00 2001 From: Denys Vlasenko Date: Sat, 9 Oct 2010 21:59:49 +0200 Subject: Apply post-1.17.2 fixes, bump version to 1.17.3 Signed-off-by: Denys Vlasenko --- networking/libiproute/iplink.c | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'networking/libiproute') diff --git a/networking/libiproute/iplink.c b/networking/libiproute/iplink.c index 8bf892797..76521e174 100644 --- 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 */ -- cgit v1.2.3-55-g6feb