Bryan Boreham
Bryan Boreham
Question: I believe the context of this is "[Kind](https://github.com/kubernetes-sigs/kind)", or Kubernetes in Docker. Weave Net assumes it has control of the complete host - it runs in the host network...
The thing we are missing is how it gets into one state, then somehow gets into another state. So far we only have logs saying that it fails once it...
Also the `WEAVE-NPC-DEFAULT` and `WEAVE-NPC-INGRESS` chains should be flushed and removed by `weave reset`
@ensonic these lines should do the trick: https://github.com/weaveworks/weave/blob/fb7fc7ddae2064ba3631f162f43eb2ae230f8c57/weave#L498-L512 however as the previous comment noted, they don't clean up everything. (to disable it should be enough to remove the `DROP` rules...
`run_iptables` runs the `iptables` program, with two different styles: https://github.com/weaveworks/weave/blob/fb7fc7ddae2064ba3631f162f43eb2ae230f8c57/weave#L312-L320
Thanks for the detail; I do think it sounds similar to #3382. Does changing the DNS mode to round-robin help? Have you asked Docker whether this is supposed to work?
The fact that a built-in feature works is hardly comparable. If it worked with a different plugin that would be more interesting. The Docker network plugin interface deals with attaching...
Something like [mrouted](https://man.troglobit.com/man8/mrouted.8.html) or [quagga](https://www.quagga.net/). I'm afraid my experience with these things is that the documentation is impenetrable.
Thanks for the note, @florian2323. We had something similar with checksum offload back in the beginning - see #1255. It appears that tunnel offload is under active development in the...
> Is there any filter table offloaded to the NIC filtering VINs? Sadly I didn't understand this question, and attempting to Google it resulted in lots of things to do...