Dave Anderson
Dave Anderson
Since my initial PR to document emacs support, the package was published on [MELPA](https://melpa.org/). Mentioning this inline in the Templ documentation would save readers an indirection through github if all...
Tailscale grabs 100.64.0.0/10 for its overlay network. Currently, this translates to things not working right if the underlay network also uses that range: - On linux, we install anti-spoofing rules...
If you are routing via a conntracking gateway for the SYN path, but the SYN/ACK path can DSR back to the client, then the gateway's conntrack state stays NEW, instead...
With #188, you can use explicit ranges of IPs instead of CIDR prefixes, but internally the config parser turns those ranges into a set of CIDR prefixes. This means that...
Support OSPF
OSPF would be an interesting addition to the protocol collection. In theory, speaking OSPF should be pretty simple, if we don't participate in the full link-state topology (i.e. we don't...
kube-router replaces most networking things in Kubernetes with a single system. It doesn't yet fully implement what MetalLB does, but it might at some point. For now, we should document...
BGP's unstable hashing causes massive traffic disruptions when the backend set for an IP changes. The canonical way of fixing this would be to have an extra layer of stateful...
**Is this a bug report or a feature request?**: Feature request. **What happened**: A conversation in Slack reminded me that we don't really give any guidance on how to monitor...
Once we've ironed out a couple more releases, we should advertise MetalLB in the official k8s docs, in the addons section: https://kubernetes.io/docs/concepts/cluster-administration/addons/ Tentatively, we could do that after 0.7 (better...