From 910e03ca15ea4b364c3cfb1b5af4c1f5f54ec7aa Mon Sep 17 00:00:00 2001 From: Hangbin Liu Date: Thu, 24 Oct 2019 00:02:01 -0400 Subject: sys/linux/socket_netlink_route_sched: add chain actions Update #533 Chain actions also use filter policies, so we can add them easily. Signed-off-by: Hangbin Liu --- sys/linux/bpf_arm.const | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/linux/bpf_arm.const') diff --git a/sys/linux/bpf_arm.const b/sys/linux/bpf_arm.const index 4e5db94e4..deaf3213a 100644 --- a/sys/linux/bpf_arm.const +++ b/sys/linux/bpf_arm.const @@ -198,7 +198,7 @@ BTF_KIND_VOLATILE = 9 BTF_MAGIC = 60319 BTF_VERSION = 1 MAX_BPF_REG = 11 -__BPF_FUNC_MAX_ID = 111 +__BPF_FUNC_MAX_ID = 112 __MAX_BPF_REG = 11 __NR_bpf = 386 bpf_call_code = 133 -- cgit mrf-deployment