base-files: enable BPF JIT sysctl by default
authorTony Ambardar <itugrok@yahoo.com>
Tue, 18 Dec 2018 06:13:22 +0000 (22:13 -0800)
committerKevin Darbyshire-Bryant <ldir@darbyshire-bryant.me.uk>
Mon, 11 Feb 2019 20:18:48 +0000 (20:18 +0000)
Set net.core.bpf_jit_enable=1 in /etc/sysctl.d/10-default.conf.

Signed-off-by: Tony Ambardar <itugrok@yahoo.com>
package/base-files/files/etc/sysctl.d/10-default.conf

index 46d079b36bf48feb0ae5d4805eab9300609a94cf..bc8c57969514e62f60b78ac13e58bc7f40012111 100644 (file)
@@ -8,6 +8,8 @@ fs.suid_dumpable=2
 fs.protected_hardlinks=1
 fs.protected_symlinks=1
 
+net.core.bpf_jit_enable=1
+
 net.ipv4.conf.default.arp_ignore=1
 net.ipv4.conf.all.arp_ignore=1
 net.ipv4.ip_forward=1