aboutsummaryrefslogtreecommitdiffstats
path: root/sysgen
diff options
context:
space:
mode:
authorAndrey Konovalov <andreyknvl@google.com>2016-10-04 16:12:12 +0200
committerAndrey Konovalov <andreyknvl@google.com>2016-11-29 17:39:38 +0100
commitc5707f5e575f3a4220faede18a51f7a8c7ee1377 (patch)
treed7b264b52b8ce35cd6de3db86dc742a30f980bfc /sysgen
parent72e9b239f4d6b71e43acee4ca76de04e893400e8 (diff)
executor: emit ethernet traffic
Diffstat (limited to 'sysgen')
-rw-r--r--sysgen/syscallnr.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysgen/syscallnr.go b/sysgen/syscallnr.go
index 81c5009bc..7dc1296fa 100644
--- a/sysgen/syscallnr.go
+++ b/sysgen/syscallnr.go
@@ -28,6 +28,7 @@ var syzkalls = map[string]uint64{
"syz_open_pts": 1000003,
"syz_fuse_mount": 1000004,
"syz_fuseblk_mount": 1000005,
+ "syz_emit_ethernet": 1000006,
}
func generateExecutorSyscalls(syscalls []Syscall, consts map[string]map[string]uint64) {