aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenbo Feng <fengc@google.com>2018-03-09 10:09:42 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-09 10:09:42 +0000
commit386fe458f91ff01edc93f281aec135dc79d78059 (patch)
tree0cc60ae57a354b8a3f920c6c4f50d4105dcab97d
parent672fed490b597ed9b5ee2d6bed4c894a02db073b (diff)
parentf316c86a2b40cc844e66dbccbb3bc2ba1ee454c3 (diff)
downloadiptables-386fe458f91ff01edc93f281aec135dc79d78059.tar.gz
Merge "Turn on xt_bpf module in userspace"
am: f316c86a2b Change-Id: I36cf011dd2748f954d8549c1f1f3972862104b75
-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