mirror of
https://github.com/tailscale/tailscale.git
synced 2025-11-02 06:49:06 +00:00
cmd/natc: cleanup unused state
perPeerState no longer needs to know the v6ULA. Updates #14667 Signed-off-by: Fran Bull <fran@tailscale.com>
This commit is contained in:
@@ -270,7 +270,7 @@ func TestDNSResponse(t *testing.T) {
|
||||
ignoreDsts: &bart.Table[bool]{},
|
||||
routes: routes,
|
||||
v6ULA: v6ULA,
|
||||
ipPool: &ippool.IPPool{V6ULA: v6ULA, IPSet: addrPool},
|
||||
ipPool: &ippool.IPPool{IPSet: addrPool},
|
||||
dnsAddr: dnsAddr,
|
||||
}
|
||||
c.ignoreDsts.Insert(netip.MustParsePrefix("8.8.4.4/32"), true)
|
||||
|
||||
Reference in New Issue
Block a user