From 033b610ec91096a5791c90761df1289fd33280e6 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Mon, 29 Jan 2018 13:44:57 +0100 Subject: sys/linux: improve netfilter descriptions Put the underflow entry at the end. Entries must end on an unconditional, non-goto entry, otherwise fallthrough from the last entry is invalid. Add arp tables support. Split unspec matches/targets to unspec and inet. Reset ipv6 and arp tables in executor. Fix number of counters in tables. Plus a bunch of assorted fixes for matches/targets. --- sys/linux/sys_ppc64le.const | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'sys/linux/sys_ppc64le.const') diff --git a/sys/linux/sys_ppc64le.const b/sys/linux/sys_ppc64le.const index d7b145c79..34586ae0c 100644 --- a/sys/linux/sys_ppc64le.const +++ b/sys/linux/sys_ppc64le.const @@ -764,9 +764,9 @@ __NR_personality = 136 __NR_pipe = 42 __NR_pipe2 = 317 __NR_pivot_root = 203 -# __NR_pkey_alloc is not set -# __NR_pkey_free is not set -# __NR_pkey_mprotect is not set +__NR_pkey_alloc = 384 +__NR_pkey_free = 385 +__NR_pkey_mprotect = 386 __NR_poll = 167 __NR_ppoll = 281 __NR_prctl = 171 -- cgit mrf-deployment