aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt
diff options
context:
space:
mode:
Diffstat (limited to 'sys/linux/socket.txt')
-rw-r--r--sys/linux/socket.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/socket.txt b/sys/linux/socket.txt
index 71a878d14..3cbb9ce5f 100644
--- a/sys/linux/socket.txt
+++ b/sys/linux/socket.txt
@@ -260,7 +260,7 @@ define IFREQ_SIZE sizeof(struct ifreq)
# between fuzzer and manager and produce lots of "no output" crashes
# (actually, this is not true now since all testing is done in a separate
# network namespace, but we still don't mess with eth0).
-devnames = "", "lo", "tunl0", "gre0", "gretap0", "ip_vti0", "ip6_vti0", "sit0", "ip6tnl0", "ip6gre0", "ip6gretap0", "bond0", "dummy0", "eql", "ifb0", "ipddp0", "yam0", "bcsf0", "bcsh0", "teql0", "nr0", "rose0", "irlan0", "erspan0", "bpq0", "vlan0", "bridge0", "vcan0", "team0", "syz_tun", "syzkaller0", "syzkaller1"
+devnames = "", "lo", "tunl0", "gre0", "gretap0", "ip_vti0", "ip6_vti0", "sit0", "ip6tnl0", "ip6gre0", "ip6gretap0", "bond0", "dummy0", "eql", "ifb0", "ipddp0", "yam0", "bcsf0", "bcsh0", "teql0", "nr0", "rose0", "irlan0", "erspan0", "bpq0", "vlan0", "bridge0", "vcan0", "team0", "syz_tun", "veth0", "veth1", "bond_slave", "team_slave", "syzkaller0", "syzkaller1"
type devname string[devnames, IFNAMSIZ]