You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
tailscale/util
Andrew Dunham ba48ec5e39 util/linuxfw: initial implementation of package
This package is an initial implementation of something that can read
netfilter and iptables rules from the Linux kernel without needing to
shell out to an external utility; it speaks directly to the kernel using
syscalls and parses the data returned.

Currently this is read-only since it only knows how to parse a subset of
the available data.

Signed-off-by: Andrew Dunham <andrew@tailscale.com>
Change-Id: Iccadf5dcc081b73268d8ccf8884c24eb6a6f1ff5
2 years ago
..
cibuild all: update copyright and license headers 2 years ago
clientmetric all: update copyright and license headers 2 years ago
cloudenv all: update copyright and license headers 2 years ago
cmpver all: update copyright and license headers 2 years ago
codegen all: update tools that manage copyright headers 2 years ago
cstruct all: update copyright and license headers 2 years ago
deephash all: update to Go 1.20, use strings.CutPrefix/Suffix instead of our fork 2 years ago
dirwalk all: update copyright and license headers 2 years ago
dnsname all: update copyright and license headers 2 years ago
goroutines all: update copyright and license headers 2 years ago
groupmember all: update copyright and license headers 2 years ago
hashx all: update copyright and license headers 2 years ago
httpm all: update copyright and license headers 2 years ago
jsonutil all: update copyright and license headers 2 years ago
lineread all: update copyright and license headers 2 years ago
linuxfw util/linuxfw: initial implementation of package 2 years ago
mak all: update copyright and license headers 2 years ago
multierr util/multierr: implement Go 1.20+'s multiple error Unwrap 2 years ago
must all: update copyright and license headers 2 years ago
osshare all: update copyright and license headers 2 years ago
pidowner all: update copyright and license headers 2 years ago
precompress all: update copyright and license headers 2 years ago
quarantine all: update copyright and license headers 2 years ago
racebuild all: update copyright and license headers 2 years ago
set all: update copyright and license headers 2 years ago
singleflight all: update copyright and license headers 2 years ago
systemd all: update copyright and license headers 2 years ago
uniq all: update copyright and license headers 2 years ago
vizerror util/vizerror: add As function to get wrapped Error 2 years ago
winutil all: update copyright and license headers 2 years ago