From d42fdd77455b01c8d9513cfeb238cf8357ac64fe Mon Sep 17 00:00:00 2001 From: Anders Jenbo Date: Wed, 13 Apr 2022 04:51:56 +0200 Subject: [PATCH] Bump dvl_multicast_addr in preperation for 1.4.0 --- Source/dvlnet/zerotier_native.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Source/dvlnet/zerotier_native.h b/Source/dvlnet/zerotier_native.h index 9800e899d..cc3216fbf 100644 --- a/Source/dvlnet/zerotier_native.h +++ b/Source/dvlnet/zerotier_native.h @@ -10,7 +10,7 @@ void zerotier_network_stop(); // NOTE: We have patched our libzt to have the corresponding multicast // MAC hardcoded, since libzt is still missing the proper handling. const unsigned char dvl_multicast_addr[16] = { - 0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x58, 0xce, + 0xff, 0x0e, 0xa8, 0xa9, 0xb6, 0x11, 0x59, 0xce, 0x04, 0x12, 0xfd, 0x73, 0x37, 0x86, 0x6f, 0xb7 };