On 8/20/24 05:26, Adriano Barbosa wrote:
On Mon, Aug 19, 2024 at 05:57:14PM -0600, Aaron Bieber wrote:
On 8/19/24 13:17, Adriano Barbosa wrote:
Hi.
Update for net/tailscale v1.72.0
Changelog:
https://tailscale.com/changelog#2024-08-19
Obrigado!
--
Adriano
@bin bin/tsidp
+@comment bin/tta
@comment bin/viewer
+@comment bin/vnet
@comment bin/xdpderper
Is there a reason to include tta and vnet? I haven't looked at what they do.
This release should make things work on riscv64!
From the code:
The tta server is the Tailscale Test Agent.
the test harness to control the node. It connects out to the test
drver (rather than accepting any TCP connections inbound, which might
be blocked depending on the scenario being tested) and then the test
driver turns the TCP connection around and sends request back.
The vnet binary runs a virtual network stack in userspace for qemu
instances to connect to and simulate various network conditions.
They were included in tailscale on the 7th of August.
Thanks! Committed!