aboutsummaryrefslogtreecommitdiffstats
path: root/sys/syz-extract/extract.go
diff options
context:
space:
mode:
author8litz <8litz@users.noreply.github.com>2019-01-25 15:42:44 +0100
committerDmitry Vyukov <dvyukov@google.com>2019-01-25 15:42:43 +0100
commit6fde58c61bdd29262e5e1af69b65d3d3d4edf644 (patch)
treea4a837aeb00c2c5aa89329d1432b514867604b7c /sys/syz-extract/extract.go
parentb5d78bce088100d3b203dda43df81f2a7293d6f3 (diff)
sys/linux: add Multipath TCP description
https://tools.ietf.org/html/rfc6824
Diffstat (limited to 'sys/syz-extract/extract.go')
-rw-r--r--sys/syz-extract/extract.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sys/syz-extract/extract.go b/sys/syz-extract/extract.go
index 20346aeac..fe32bc429 100644
--- a/sys/syz-extract/extract.go
+++ b/sys/syz-extract/extract.go
@@ -250,6 +250,7 @@ func archFileList(os, arch string, files []string) (string, []string, []string,
// This was generated on:
// https://source.codeaurora.org/quic/la/kernel/msm-4.9 msm-4.9
"video4linux.txt": true,
+ "mptcp.txt": true,
}
for _, f := range matches {
f = filepath.Base(f)