diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-03 09:58:48 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-03 16:11:49 +0100 |
| commit | fca6a74d0c61dd34f252deb900c52027d9fc373f (patch) | |
| tree | 5946a904ef6405648f0c4d4b83f3b8f7ce3dd8db /sys/linux/vnet.txt | |
| parent | 5e3bc74104143da1d2584bf2bf312ae277caf756 (diff) | |
executor: connect virt_wifi to veth
virt_wifi docs say that the enslaved device won't be usable
on itself. It's probably not a good idea to make lo unusable.
Enslave a dedicated veth instead.
Diffstat (limited to 'sys/linux/vnet.txt')
| -rw-r--r-- | sys/linux/vnet.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/linux/vnet.txt b/sys/linux/vnet.txt index af12f2120..6d05cdd29 100644 --- a/sys/linux/vnet.txt +++ b/sys/linux/vnet.txt @@ -53,7 +53,7 @@ mac_addr_link_local { mac_addr_link_local_values = 0x0, 0x1, 0x2, 0x3, 0xe # This corresponds to the last digit in DEV_MAC/DEV_IPV4/DEV_IPV6 in executor/common_linux.h -type netdev_addr_id int8[10:45] +type netdev_addr_id int8[10:47] mac_addr [ empty array[const[0x0, int8], 6] |
