diff options
| author | Hangbin Liu <liuhangbin@gmail.com> | 2018-04-13 09:44:48 +0800 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2018-04-13 09:38:31 +0200 |
| commit | 0a0c5db668972ea332ee720d81f9c67616340845 (patch) | |
| tree | 3621ccd527ef70b170601aef4017c1c73772a718 /sys/linux/vnet.txt | |
| parent | e694ebbaeeb59ccacf0c62b1aed816667a8d4668 (diff) | |
executor: add two slave interfaces for bridge,bond,team
Bridge device is used for forwarding. Bond/team device is used for
load balance and fail over. So it would make more sense to add two
slave interfaces for these devices.
Signed-off-by: Hangbin Liu <liuhangbin@gmail.com>
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 478b16712..746cbf75a 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:27] +type netdev_addr_id int8[10:33] mac_addr [ empty array[const[0x0, int8], 6] |
