chiark / gitweb /
kernel 3.10 compat: RTAX_QUICKACK not added until 3.11.0 (#8094)
authorMilhouseVH <MilhouseVH@users.noreply.github.com>
Mon, 5 Feb 2018 05:26:57 +0000 (05:26 +0000)
committerSven Eden <yamakuzure@gmx.net>
Wed, 30 May 2018 05:53:59 +0000 (07:53 +0200)
(cherry picked from commit ec79af69a1d159a43deb68c9ec1c31fe89743b6f)

src/basic/missing.h

index 536fd1114e9fe800dac7407476f578d899fe0a43..59f5ebfe0f0b960be3bca1d128614c173fd518ce 100644 (file)
@@ -1052,6 +1052,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