f190b5f226
+ enabled BPF compiler by default since it is the future Changelog 1.8.0: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.0.txt Changelog 1.8.1: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.1.txt Changelog 1.8.2: https://www.netfilter.org/projects/iptables/files/changes-iptables-1.8.2.txt
12 lines
209 B
Diff
12 lines
209 B
Diff
--- a/include/linux/netfilter.h
|
|
+++ b/include/linux/netfilter.h
|
|
@@ -3,7 +3,9 @@
|
|
|
|
#include <linux/types.h>
|
|
|
|
+#ifndef _NETINET_IN_H
|
|
#include <linux/in.h>
|
|
#include <linux/in6.h>
|
|
+#endif
|
|
#include <limits.h>
|