Open
Description
I run a kubernetes cluster that uses flannel as CNI. I have a dummy interface called edge0 and some iptables rules that forward incoming/outgoing to/from the netbird interface wt0.
I narrowed it down to version 0.24.3 that works. Any later version breaks behavior and flannel is not able to connect to the other peers even though the pings to the other peers work just fine.
So my question is: can a project maintainer tell me what changes have been made that may break things between 0.24.3 and 0.24.4?
Is there a way (maybe undocumented flag or env) that can be used to let current netbird releases behave like 0.24.3?