diff options
Diffstat (limited to 'networking/libiproute/ipaddress.c')
-rw-r--r-- | networking/libiproute/ipaddress.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/networking/libiproute/ipaddress.c b/networking/libiproute/ipaddress.c index 71e8fb6a7..91fabb1fd 100644 --- a/networking/libiproute/ipaddress.c +++ b/networking/libiproute/ipaddress.c | |||
@@ -21,6 +21,12 @@ | |||
21 | #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ | 21 | #define IFF_LOWER_UP 0x10000 /* driver signals L1 up */ |
22 | #endif | 22 | #endif |
23 | 23 | ||
24 | #ifndef IFA_F_NOPREFIXROUTE | ||
25 | # define IFA_FLAGS 8 | ||
26 | /* ifa_flags */ | ||
27 | # define IFA_F_NOPREFIXROUTE 0x200 | ||
28 | #endif | ||
29 | |||
24 | struct filter_t { | 30 | struct filter_t { |
25 | char *label; | 31 | char *label; |
26 | /* Flush cmd buf. If !NULL, print_addrinfo() constructs flush commands in it */ | 32 | /* Flush cmd buf. If !NULL, print_addrinfo() constructs flush commands in it */ |