mirror of
https://github.com/systemd/systemd.git
synced 2024-12-22 17:35:35 +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
|
||||
#endif
|
||||
|
||||
#ifndef RTAX_QUICKACK
|
||||
#define RTAX_QUICKACK 15
|
||||
#endif
|
||||
|
||||
#ifndef IPV6_UNICAST_IF
|
||||
#define IPV6_UNICAST_IF 76
|
||||
#endif
|
||||
|
Loading…
Reference in New Issue
Block a user