diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-01-18 19:32:27 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-01-18 21:02:24 +0100 |
| commit | 543c012b4ec683a624e7cffc927ad246e238cc27 (patch) | |
| tree | 981076f2af7fad3a3759c3cb5be17842077c15c7 /sys/linux/vnet.txt | |
| parent | 2fd6bd0d1b46dd17621c1c4a7ae167341e07620e (diff) | |
executor: create macvtap, macsec devices
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 e321d8526..cce76f87f 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:55] +type netdev_addr_id int8[10:59] mac_addr [ empty array[const[0x0, int8], 6] |
