You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 
 
 
 

14 lines
301 B

--- a/extensions/compat_xtables.h
+++ b/extensions/compat_xtables.h
@@ -89,4 +89,11 @@ static inline void proc_net_remove(struc
}
#endif
+#if LINUX_VERSION_CODE >= KERNEL_VERSION(3, 14, 0)
+static inline u32 net_random(void)
+{
+ return prandom_u32();
+}
+#endif
+
#endif /* _XTABLES_COMPAT_H */