diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-01-29 13:44:57 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-02-09 20:14:33 +0100 |
| commit | 033b610ec91096a5791c90761df1289fd33280e6 (patch) | |
| tree | 57863e9e73f2d664640d7c889cd052138017f4a5 /sys/linux/vnet.txt | |
| parent | bb826eb26c510f5faa418b8a37302be43d535088 (diff) | |
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.
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 1 |
1 files changed, 1 insertions, 0 deletions
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 |
