mirror of
https://github.com/systemd/systemd.git
synced 2025-01-11 09:18:07 +03:00
kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 (#8094)
This commit is contained in:
parent
cf6e1e6333
commit
ec79af69a1
@ -1047,6 +1047,10 @@ struct input_mask {
|
|||||||
#define RTA_PREF 20
|
#define RTA_PREF 20
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef RTAX_QUICKACK
|
||||||
|
#define RTAX_QUICKACK 15
|
||||||
|
#endif
|
||||||
|
|
||||||
#ifndef IPV6_UNICAST_IF
|
#ifndef IPV6_UNICAST_IF
|
||||||
#define IPV6_UNICAST_IF 76
|
#define IPV6_UNICAST_IF 76
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
Reference in New Issue
Block a user