<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tailscale/types/netmap/netmap_test.go, branch onebinary</title>
<subtitle>The easiest, most secure way to use WireGuard and 2FA</subtitle>
<id>http://git.waynecole.info/tailscale/atom?h=onebinary</id>
<link rel='self' href='http://git.waynecole.info/tailscale/atom?h=onebinary'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/'/>
<updated>2021-05-16T21:52:00Z</updated>
<entry>
<title>all: adapt to opaque netaddr types</title>
<updated>2021-05-16T21:52:00Z</updated>
<author>
<name>Josh Bleecher Snyder</name>
<email>josh@tailscale.com</email>
</author>
<published>2021-05-15T01:07:28Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=25df067dd0c854eebcd2841b82ad92ebb1d77165'/>
<id>urn:sha1:25df067dd0c854eebcd2841b82ad92ebb1d77165</id>
<content type='text'>
This commit is a mishmash of automated edits using gofmt:

gofmt -r 'netaddr.IPPort{IP: a, Port: b} -&gt; netaddr.IPPortFrom(a, b)' -w .
gofmt -r 'netaddr.IPPrefix{IP: a, Port: b} -&gt; netaddr.IPPrefixFrom(a, b)' -w .

gofmt -r 'a.IP.Is4 -&gt; a.IP().Is4' -w .
gofmt -r 'a.IP.As16 -&gt; a.IP().As16' -w .
gofmt -r 'a.IP.Is6 -&gt; a.IP().Is6' -w .
gofmt -r 'a.IP.As4 -&gt; a.IP().As4' -w .
gofmt -r 'a.IP.String -&gt; a.IP().String' -w .

And regexps:

\w*(.*)\.Port = (.*)  -&gt;  $1 = $1.WithPort($2)
\w*(.*)\.IP = (.*)  -&gt;  $1 = $1.WithIP($2)

And lots of manual fixups.

Signed-off-by: Josh Bleecher Snyder &lt;josh@tailscale.com&gt;</content>
</entry>
<entry>
<title>types/netmap: split controlclient.NetworkMap off into its own leaf package</title>
<updated>2021-02-06T00:18:52Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2021-02-05T23:44:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=1e7a35b2250242d4a50a4d55f4568145d9426602'/>
<id>urn:sha1:1e7a35b2250242d4a50a4d55f4568145d9426602</id>
<content type='text'>
Updates #1278

Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
</feed>
