graymon

Results 155 comments of graymon

Current status: All checks are green except [ci-clustermesh](https://github.com/cilium/cilium/actions/runs/9107818480), [ci-e2e](https://github.com/cilium/cilium/actions/runs/9107818519), [ci-gke](https://github.com/cilium/cilium/actions/runs/9107818645). I'll limit the condition of installing from-egress routing to IPsec only and see if it works.

With https://github.com/cilium/cilium/pull/31955/commits/6fc76b6b7bbc015cb2b35d62feaa2119b64660d2, [ci-clustermesh](https://github.com/cilium/cilium/actions/runs/9168618947), [ci-e2e](https://github.com/cilium/cilium/actions/runs/9168618942), [ci-gke](https://github.com/cilium/cilium/actions/runs/9168619180) are back to normal. Let's make it a formal patch.

May be worth a try if you still have no clue: ``` sudo pwru --output-tuple --output-meta --filter-track-skb 'host $mysql_pod_ip and port 3306 and tcp[tcpflags]&tcp-rst!=0' ```

Sorry I missed the version info, just downloaded the latest version from release page, and issue persists. ```shell bpftool v7.2.0 using libbpf v1.2 features: llvm, skeletons ```

@qmonnet It still showed `call 0xffffffffc377aedc`, which is the same wrong address. My steps: 1. comment `FEATURE_TESTS += llvm` in `src/Makefile` 2. `cd src; make` The stdout from `make` was:...

> 如果用 go 的同学可以把 bcc 换成 cilium 正确的!使用 https://github.com/cilium/ebpf 这个用户态 go lib 可以编译出静态链接 elf,再也不用安装 bcc 那些奇怪的依赖了。