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/vnet.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'sys/linux/vnet.txt') diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index 3865991d5..572b00155 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -646,6 +646,7 @@ ipv6_tlv_enc_lim { } [packed] # TODO: add ipv6_rt_hdr header. +# TODO: add ipv6_sr_hdr header. ipv6_packet { priority int8:4 -- cgit mrf-deployment