diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2018-12-12 13:14:26 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-12-12 13:14:26 +0100 |
| commit | 02613a41240086cb50cb38d99fe7ffdd97b7f4f5 (patch) | |
| tree | c206add60b1989a987325b3e26685ddce49da8d9 /sys/linux/vnet.txt | |
| parent | 7ed11ab916b9da1061c5618694853c7316cf66a5 (diff) | |
sys/linux: add basic tipc test
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 5 |
1 files changed, 5 insertions, 0 deletions
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 <uapi/linux/tipc.h> include <net/tipc/msg.h> |
