kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 (#8094)

This commit is contained in:
MilhouseVH 2018-02-05 05:26:57 +00:00 committed by Yu Watanabe
parent cf6e1e6333
commit ec79af69a1

View file

@ -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