Kebe

Results 52 comments of Kebe

It seems to me that Merbridge is just emulating the behavior of iptables by forwarding traffic to envoy and doing nothing else, not sure why this is happening. How can...

> Sorry, that problem is in the merbridge pod itself. It has nothing to do with the iptables/ebpf at all. The problem is the daemonset is in host network, and...

After processing with eBPF, it does not bypass iptables, the traffic will still go through iptables, this is normal. Merbridge works in compatibility mode when the iptables rule is present....

We have completed the development of CNI mode, but it is still in beta stage, so try it if you need~ https://merbridge.io/blog/2022/05/18/cni-mode/

enable dual stack and run prog error: ``` clang -O2 -g -Wall -target bpf -I/usr/include/x86_64-linux-gnu -DMESH=1 -DENABLE_IPV4=1 -DENABLE_IPV6=1 -DDEBUG -DUSE_RECONNECT -c mb_connect.c -o mb_connect.o clang -O2 -g -Wall -target bpf...

> > enable dual stack and run prog error: > > Fixed, BTW could you test this without iptables/ip6tables? I have some problems cleaning iptables... I am testing it.

> Hello @kebe7jun, it's ready for review now and I've tested it, PTAL when you get a chance Great work!

This is a great feature and I will review it carefully and test it out. /cc @dddddai

Sorry, I've been a little busy at work the last couple of days and didn't get to it in time. The point of this feature is to enable hot upgrades...

@dafu-wu I've had a closer look and there are no major issues for socket transfers. But I don't recommend that we bring a backup daemonset directly by default, it would...