diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2020-02-10 10:52:58 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2020-02-10 10:52:58 +0100 |
| commit | d0da558cb16f3fb7cf26f20d24ee89eeb49a6f30 (patch) | |
| tree | 9712f2fcbcb3a002da99bbe1ad184ce1fdb47d60 /sys/linux/vnet.txt | |
| parent | 6805e9052321daf3b1c406698e0aea2e2789da0f (diff) | |
sys/linux: dump netdev_addr_id for wg2
Commit "wireguard: use wg0, wg1, wg2" added wg2,
bump netdev_addr_id accordingly.
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 443703724..edc38fdc5 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:67] +type netdev_addr_id int8[10:68] mac_addr [ empty array[const[0x0, int8], 6] |
