diff options
author | Vadim Kochan <vadim4j@gmail.com> | 2015-07-19 14:41:19 +0300 |
---|---|---|
committer | Daniel Borkmann <daniel@iogearbox.net> | 2015-07-20 10:05:05 +0200 |
commit | a839a6ad1dd48802e50fddca2747eea511b65826 (patch) | |
tree | 2f0f536e7884efad3ab4c8287a46c2e3720f3c00 /astraceroute | |
parent | a1e7c1dc527ca3c37349cebc6fbeaa12a594fcf3 (diff) |
bpf: Use sysctl helpers to enable bpf jit compiler
Use sysctl helpers to set /proc/sys/net/core/bpf_jit_enable param.
Signed-off-by: Vadim Kochan <vadim4j@gmail.com>
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>
Diffstat (limited to 'astraceroute')
-rw-r--r-- | astraceroute/Makefile | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/astraceroute/Makefile b/astraceroute/Makefile index 2e80a11..bbf9e88 100644 --- a/astraceroute/Makefile +++ b/astraceroute/Makefile @@ -17,6 +17,7 @@ astraceroute-objs = xmalloc.o \ dev.o \ ring.o \ die.o \ + sysctl.o \ astraceroute.o ifeq ($(CONFIG_GEOIP), 1) |