Martynas Pumputis

Results 164 comments of Martynas Pumputis

@vincentmli Based on the following, you might need to change `DECLARE` so that it defines e.g., global vars. > Note that BTF generated by the llvm compiler with -target bpf...

Hi @vtolstov, The `WeaveDNS` ([blog entries](https://www.weave.works/tag/dns/), [src](https://github.com/weaveworks/weave/tree/master/nameserver), [docs](https://www.weave.works/docs/net/latest/weavedns/)) server uses `mesh` to transfer records among multiple peers. Have you taken a look into it?

@taemon1337 Do you observe any packet loss?

Could you paste martian packet logs from `dmesg`?

@paphillon I don't see how two NIC's could cause it. What is your Weave Net IP addr range? 172.16.0.0/16?

Just noting, that you can remove such peer _manually_ with `weave forget`.

Has anyone tried installing and running iptables-1.6.2 from the alpine packages for edge on Alpine 3.7?

> Has anyone tried installing and running iptables-1.6.2 from the alpine packages for edge on Alpine 3.7? Just installed it with `apk add iptables --update-cache --repository http://dl-3.alpinelinux.org/alpine/edge/main/`. However, I cannot...

I can't think of anything which would prevent it from working. Please let us know whether it works, thanks!

@Quentin-M @dcowden > -A POSTROUTING -s 172.17.0.0/16 ! -o docker0 -j MASQUERADE I'm not aware of this rule, and based on grepping it seems that Docker inserts it. As there...