aboutsummaryrefslogtreecommitdiffstats
path: root/sys/linux/socket.txt
diff options
context:
space:
mode:
authorDmitry Vyukov <dvyukov@google.com>2018-04-11 11:36:25 +0200
committerDmitry Vyukov <dvyukov@google.com>2018-04-11 11:36:25 +0200
commit9cd56d71a84c470aa92422144a76d42c8ff6d11d (patch)
tree8c904de5471ce9094d68ee93e5b2e5047fb5436d /sys/linux/socket.txt
parentcde43bc6bc3f8d3434d99f4e313c95f6b0ac53ec (diff)
sys/linux: add veth devices to devnames
Also comment new veth code for future me.
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]