mirror of
https://github.com/sheumann/hush.git
synced 2025-01-25 07:33:47 +00:00
ip: add a #define for older kernels
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
This commit is contained in:
parent
adbe3b5b98
commit
b276e41835
@ -15,6 +15,9 @@
|
|||||||
#include "rt_names.h"
|
#include "rt_names.h"
|
||||||
#include "utils.h"
|
#include "utils.h"
|
||||||
|
|
||||||
|
#ifndef IFLA_LINKINFO
|
||||||
|
# define IFLA_LINKINFO 18
|
||||||
|
#endif
|
||||||
/* taken from linux/sockios.h */
|
/* taken from linux/sockios.h */
|
||||||
#define SIOCSIFNAME 0x8923 /* set interface name */
|
#define SIOCSIFNAME 0x8923 /* set interface name */
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user