<feed xmlns='http://www.w3.org/2005/Atom'>
<title>tailscale/util/linuxfw/linuxfw.go, branch awly/deadcode-linuxfwtest</title>
<subtitle>The easiest, most secure way to use WireGuard and 2FA</subtitle>
<id>http://git.waynecole.info/tailscale/atom?h=awly%2Fdeadcode-linuxfwtest</id>
<link rel='self' href='http://git.waynecole.info/tailscale/atom?h=awly%2Fdeadcode-linuxfwtest'/>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/'/>
<updated>2026-04-14T20:45:06Z</updated>
<entry>
<title>util/linuxfw,wgengine/router: allow incoming CGNAT range traffic with nodeattr</title>
<updated>2026-04-14T20:45:06Z</updated>
<author>
<name>Naman Sood</name>
<email>mail@nsood.in</email>
</author>
<published>2026-04-14T20:45:06Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=6301a6ce4b7b98fcf76d673b2ed74d156d4fc48a'/>
<id>urn:sha1:6301a6ce4b7b98fcf76d673b2ed74d156d4fc48a</id>
<content type='text'>
Clients with the newly added node attribute
`"disable-linux-cgnat-drop-rule"` will not automatically drop inbound
traffic on non-Tailscale network interfaces with the source IP in the
CGNAT IP range. This is an initial proof-of-concept for enabling
connectivity with off-Tailnet CGNAT endpoints.

Fixes tailscale/corp#36270.

Signed-off-by: Naman Sood &lt;mail@nsood.in&gt;</content>
</entry>
<entry>
<title>all: remove AUTHORS file and references to it</title>
<updated>2026-01-23T23:49:45Z</updated>
<author>
<name>Will Norris</name>
<email>will@tailscale.com</email>
</author>
<published>2026-01-23T21:21:57Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=3ec5be3f510f74738179c1023468343a62a7e00f'/>
<id>urn:sha1:3ec5be3f510f74738179c1023468343a62a7e00f</id>
<content type='text'>
This file was never truly necessary and has never actually been used in
the history of Tailscale's open source releases.

A Brief History of AUTHORS files
---

The AUTHORS file was a pattern developed at Google, originally for
Chromium, then adopted by Go and a bunch of other projects. The problem
was that Chromium originally had a copyright line only recognizing
Google as the copyright holder. Because Google (and most open source
projects) do not require copyright assignemnt for contributions, each
contributor maintains their copyright. Some large corporate contributors
then tried to add their own name to the copyright line in the LICENSE
file or in file headers. This quickly becomes unwieldy, and puts a
tremendous burden on anyone building on top of Chromium, since the
license requires that they keep all copyright lines intact.

The compromise was to create an AUTHORS file that would list all of the
copyright holders. The LICENSE file and source file headers would then
include that list by reference, listing the copyright holder as "The
Chromium Authors".

This also become cumbersome to simply keep the file up to date with a
high rate of new contributors. Plus it's not always obvious who the
copyright holder is. Sometimes it is the individual making the
contribution, but many times it may be their employer. There is no way
for the proejct maintainer to know.

Eventually, Google changed their policy to no longer recommend trying to
keep the AUTHORS file up to date proactively, and instead to only add to
it when requested: https://opensource.google/docs/releasing/authors.
They are also clear that:

&gt; Adding contributors to the AUTHORS file is entirely within the
&gt; project's discretion and has no implications for copyright ownership.

It was primarily added to appease a small number of large contributors
that insisted that they be recognized as copyright holders (which was
entirely their right to do). But it's not truly necessary, and not even
the most accurate way of identifying contributors and/or copyright
holders.

In practice, we've never added anyone to our AUTHORS file. It only lists
Tailscale, so it's not really serving any purpose. It also causes
confusion because Tailscalars put the "Tailscale Inc &amp; AUTHORS" header
in other open source repos which don't actually have an AUTHORS file, so
it's ambiguous what that means.

Instead, we just acknowledge that the contributors to Tailscale (whoever
they are) are copyright holders for their individual contributions. We
also have the benefit of using the DCO (developercertificate.org) which
provides some additional certification of their right to make the
contribution.

The source file changes were purely mechanical with:

    git ls-files | xargs sed -i -e 's/\(Tailscale Inc &amp;\) AUTHORS/\1 contributors/g'

Updates #cleanup

Change-Id: Ia101a4a3005adb9118051b3416f5a64a4a45987d
Signed-off-by: Will Norris &lt;will@tailscale.com&gt;
</content>
</entry>
<entry>
<title>tsconst, util/linuxfw, wgengine/router: move Linux fw consts to tsconst</title>
<updated>2025-09-28T15:02:50Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2025-09-27T20:07:05Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=475b520aa2d1cced66f6134712991944068287c9'/>
<id>urn:sha1:475b520aa2d1cced66f6134712991944068287c9</id>
<content type='text'>
Now cmd/derper doesn't depend on iptables, nftables, and netlink code :)

But this is really just a cleanup step I noticed on the way to making
tsnet applications able to not link all the OS router code which they
don't use.

Updates #17313

Change-Id: Ic7b4e04e3a9639fd198e9dbeb0f7bae22a4a47a9
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>util/linuxfw, feature/buildfeatures: add ts_omit_iptables to make IPTables optional</title>
<updated>2025-09-27T18:39:15Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2025-09-26T23:19:12Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=dd615c8fdd6c225ae9da777a47dbbecf08478472'/>
<id>urn:sha1:dd615c8fdd6c225ae9da777a47dbbecf08478472</id>
<content type='text'>
Updates #12614

Change-Id: Ic0eba982aa8468a55c63e1b763345f032a55b4e2
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>all: add test for package comments, fix, add comments as needed</title>
<updated>2024-07-10T16:57:00Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2024-07-10T15:45:46Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=c6af5bbfe8d703e86f0bf2a1a423398f9901bc89'/>
<id>urn:sha1:c6af5bbfe8d703e86f0bf2a1a423398f9901bc89</id>
<content type='text'>
Updates #cleanup

Change-Id: Ic4304e909d2131a95a38b26911f49e7b1729aaef
Signed-off-by: Brad Fitzpatrick &lt;bradfitz@tailscale.com&gt;
</content>
</entry>
<entry>
<title>util/linuxfw: fix IPv6 availability check for nftables (#12009)</title>
<updated>2024-05-14T07:51:53Z</updated>
<author>
<name>Irbe Krumina</name>
<email>irbe@tailscale.com</email>
</author>
<published>2024-05-14T07:51:53Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=7ef2f7213528d388c3e40bfbd1da0fa9bd32a58f'/>
<id>urn:sha1:7ef2f7213528d388c3e40bfbd1da0fa9bd32a58f</id>
<content type='text'>
* util/linuxfw: fix IPv6 NAT availability check for nftables

When running firewall in nftables mode,
there is no need for a separate NAT availability check
(unlike with iptables, there are no hosts that support nftables, but not IPv6 NAT - see tailscale/tailscale#11353).
This change fixes a firewall NAT availability check that was using the no-longer set ipv6NATAvailable field
by removing the field and using a method that, for nftables, just checks that IPv6 is available.

Updates tailscale/tailscale#12008

Signed-off-by: Irbe Krumina &lt;irbe@tailscale.com&gt;</content>
</entry>
<entry>
<title>util/linuxfw,go.{mod,sum}: don't log errors when deleting non-existant chains and rules (#11852)</title>
<updated>2024-04-23T20:08:18Z</updated>
<author>
<name>Irbe Krumina</name>
<email>irbe@tailscale.com</email>
</author>
<published>2024-04-23T20:08:18Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=add62af7c6031d174e5e5747025441d0e5c856d4'/>
<id>urn:sha1:add62af7c6031d174e5e5747025441d0e5c856d4</id>
<content type='text'>
This PR bumps iptables to a newer version that has a function to detect
'NotExists' errors and uses that function to determine whether errors
received on iptables rule and chain clean up are because the rule/chain
does not exist- if so don't log the error.

Updates corp#19336

Signed-off-by: Irbe Krumina &lt;irbe@tailscale.com&gt;</content>
</entry>
<entry>
<title>util/linuxfw,wgengine/router: enable IPv6 configuration when netfilter is disabled</title>
<updated>2024-03-21T23:10:47Z</updated>
<author>
<name>James Tucker</name>
<email>james@tailscale.com</email>
</author>
<published>2024-03-21T22:43:12Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=3f7313dbdbb86b166b115c59bff444b1dc301e64'/>
<id>urn:sha1:3f7313dbdbb86b166b115c59bff444b1dc301e64</id>
<content type='text'>
Updates #11434

Signed-off-by: James Tucker &lt;james@tailscale.com&gt;
</content>
</entry>
<entry>
<title>util/linuxfw: add container-friendly IPv6 NAT check (#11353)</title>
<updated>2024-03-06T21:53:51Z</updated>
<author>
<name>Irbe Krumina</name>
<email>irbe@tailscale.com</email>
</author>
<published>2024-03-06T21:53:51Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=90c40670101e90e61d135d5ccf4679fd006f1a94'/>
<id>urn:sha1:90c40670101e90e61d135d5ccf4679fd006f1a94</id>
<content type='text'>
Remove IPv6 NAT check when routing is being set up
using nftables.
This is unnecessary as support for nftables was
added after support for IPv6.
https://tldp.org/HOWTO/Linux+IPv6-HOWTO/ch18s04.html
https://wiki.nftables.org/wiki-nftables/index.php/Building_and_installing_nftables_from_sources

Additionally, run an extra check for IPv6 NAT support
when the routing is set up with iptables.
This is because the earlier checks rely on
being able to use modprobe and on /proc/net/ip6_tables_names
being populated on start - these conditions are usually not
true in container environments.

Updates tailscale/tailscale#11344

Signed-off-by: Irbe Krumina &lt;irbe@tailscale.com&gt;</content>
</entry>
<entry>
<title>util/linuxfw: rename ErrorFWModeNotSupported</title>
<updated>2023-08-10T16:27:05Z</updated>
<author>
<name>Brad Fitzpatrick</name>
<email>bradfitz@tailscale.com</email>
</author>
<published>2023-08-10T15:51:29Z</published>
<link rel='alternate' type='text/html' href='http://git.waynecole.info/tailscale/commit/?id=7a5263e6d008eb8fc26e987f9c66f94ffe5eedab'/>
<id>urn:sha1:7a5263e6d008eb8fc26e987f9c66f94ffe5eedab</id>
<content type='text'>
Go style is for error variables to start with "err" (or "Err")
and for error types to end in "Error".

Updates #cleanup

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