aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChenbo Feng <fengc@google.com>2018-03-09 10:16:14 +0000
committerandroid-build-merger <android-build-merger@google.com>2018-03-09 10:16:14 +0000
commita7bff3f508e3ce0852212a29d4203ae9914fe6a7 (patch)
tree0cc60ae57a354b8a3f920c6c4f50d4105dcab97d
parent75e73ff1ad617c3dfc7f07c70947253ddc090a40 (diff)
parent386fe458f91ff01edc93f281aec135dc79d78059 (diff)
downloadiptables-a7bff3f508e3ce0852212a29d4203ae9914fe6a7.tar.gz
Merge "Turn on xt_bpf module in userspace" am: f316c86a2b
am: 386fe458f9 Change-Id: I0d2afdf0db2e279d07c2bd74d233102d775c3898
-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