aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenbo Feng <fengc@google.com>2018-03-09 11:09:05 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-09 11:09:05 +0000
commit10dd48047074b4b3da027d242212928ac518c652 (patch)
tree0cc60ae57a354b8a3f920c6c4f50d4105dcab97d
parentf7324758a82ae3748b0f8b817d8ab1a728de4c71 (diff)
parenta7bff3f508e3ce0852212a29d4203ae9914fe6a7 (diff)
downloadiptables-10dd48047074b4b3da027d242212928ac518c652.tar.gz
Merge "Turn on xt_bpf module in userspace" am: f316c86a2b am: 386fe458f9
am: a7bff3f508 Change-Id: I9121edb3bc320f11355589c1504f49432e3a5e8a
-rw-r--r--config.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/config.h b/config.h
index 45a1adf2..7bff59c2 100644
--- a/config.h
+++ b/config.h
@@ -85,3 +85,6 @@
/* Location of the iptables lock file */
#define XT_LOCK_NAME "/system/etc/xtables.lock"
+
+/* Define to 1 if you have the <linux/bpf.h> header file. */
+#define HAVE_LINUX_BPF_H 1