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/cmd/containerboot
Maisem Ali 4669e7f7d5 cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies
In typical k8s setups, the MTU configured on the eth0 interfaces is typically 1500 which
results in packets being dropped when they make it to proxy pods as the tailscale0 interface
has a 1280 MTU.

As the primary use of this functionality is TCP, add iptables based MSS clamping to allow
connectivity.

Updates #502

Signed-off-by: Maisem Ali <maisem@tailscale.com>
9 months ago
..
kube.go cmd/k8s-operator: put Tailscale IPs in Service ingress status 10 months ago
main.go cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies 9 months ago
main_test.go cmd/containerboot: add iptables based MSS clamping for ingress/egress proxies 9 months ago
test_tailscale.sh cmd/containerboot: make a tests table, add more tests. 2 years ago
test_tailscaled.sh cmd/containerboot: add tests. 2 years ago