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/wgengine/router
Maisem Ali fbfee6a8c0 cmd/containerboot: use linuxfw.NetfilterRunner
This migrates containerboot to reuse the NetfilterRunner used
by tailscaled instead of manipulating iptables rule itself.
This has the added advantage of now working with nftables and
we can potentially drop the `iptables` command from the container
image in the future.

Updates #9310

Co-authored-by: Irbe Krumina <irbe@tailscale.com>
Signed-off-by: Maisem Ali <maisem@tailscale.com>
2 years ago
..
callback.go
ifconfig_windows.go
ifconfig_windows_test.go
router.go
router_darwin.go
router_default.go
router_fake.go
router_freebsd.go
router_linux.go util/linuxfw: move detection logic 2 years ago
router_linux_test.go cmd/containerboot: use linuxfw.NetfilterRunner 2 years ago
router_openbsd.go
router_test.go
router_userspace_bsd.go
router_windows.go util/slicesx: add EqualSameNil, like slices.Equal but same nilness 2 years ago
runner.go