From 02613a41240086cb50cb38d99fe7ffdd97b7f4f5 Mon Sep 17 00:00:00 2001 From: Dmitry Vyukov Date: Wed, 12 Dec 2018 13:14:26 +0100 Subject: sys/linux: add basic tipc test --- sys/linux/vnet.txt | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'sys/linux/vnet.txt') diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index 155770b63..8bb8d5e7f 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -1359,6 +1359,11 @@ mpls_payload [ # http://tipc.sourceforge.net/protocol.html # http://tipc.sourceforge.net/protocol.html#anchor50 +# TODO: describe more TIPC packets, the current description is far from being complete. +# But first we need to ensure that syzkaller manages to enable TIPC receiving, +# because currently it always crashes kernel earlier. +# Also, do we need to nest TIPC packets in UDP for UDP media? + include include -- cgit mrf-deployment