Dave Anderson

Results 191 comments of Dave Anderson

Historically, depending on a third-party implementation makes both implementation and troubleshooting harder, because the daemons are not designed for programmatic interfacing, so you end up with opaque behavior combined with...

RIP support sgtm. I explicitly want VRRP and RIP support at some point. If you want to work on this, the general plan would be to create a rip-speaker binary...

Assigning to you since you expressed interest. If it turns out you don't have time (which is fine!), lemme know and I'll put it on my todo pile.

\o/ As it happens I wrote a [hacking guide](https://github.com/google/metallb/blob/master/docs/hacking.md) yesterday, and it has a description of the code layout. Currently, MetalLB is 2 binaries, one cluster-wide controller for IP assignment,...

Yeah, k8s supports that just fine, you just need to set `spec.hostNetwork: true` in the pod template, and the pod will get created with all the usual sandboxing, except the...

I used a couple of strategies. First I searched for BGP pcaps on google, and used wireshark to extract only the relevant message bytes (not the whole TCP/IP packet) into...

Okay, thanks for getting the protocol working! I'll pick this up later and test it against my unifi router, which apparently does speak RIP.

I'm pretty much never going to implement this myself, because I'm never going to use RIP. My ability to accept PRs right now is pretty crappy, but that's the only...

Thanks for the feature request! One side-note to begin: MetalLB 0.3.1 should not require patching to interoperate with Juniper routers, I improved the BGP interop significantly. If you are still...

Currently documented that kube-router is not compatible in the network addon compat list. However, 0.2.0 is going to be released very soon with support for LoadBalancer IP routing. I'm keeping...