Jordan Rife

Results 13 issues of Jordan Rife

**Is this a BUG REPORT or FEATURE REQUEST?**: /kind bug **What happened**: This happened in a CI environment following a cluster upgrade test where the cluster in question is upgraded...

kind/bug
lifecycle/stale

Add more detail about the NFS/SMB problem impacting socket LB, expand on the list of patches that are required to fix the problem, and add a list of kernel versions...

area/documentation
release-note/misc
kind/community-contribution

This is a follow up to https://github.com/cilium/cilium/issues/37907... `bpf_sock_destroy()`, a kfunc [introduced in the 6.5 kernel](https://lore.kernel.org/bpf/[email protected]/) by @aditighag was implemented as a way to destroy UDP sockets connected to a stale...

area/datapath
release-note/misc
feature/socket-lb

In some environments, neighbor entries for non-cluster hosts remain stale forever, breaking connectivity in cases where their IP is reassigned to a new host with a different MAC address. This...

area/datapath
release-note/minor

**Note**: I'm sharing the code for `tseries()` as it exists today. This is of course not final and meant to accompany the [RFC issue](https://github.com/bpftrace/bpftrace/issues/3839) if anyone is curious to try...

I just wanted to share a bit about new feature I've been working on lately that I've found useful in my own work and gauge if there's any interest from...

### `AllowedIPConfig` I recently implemented support for the [WGALLOWEDIP_F_REMOVE_ME](https://lore.kernel.org/netdev/[email protected]/) flag to WireGuard Linux's Netlink API which, in the same way that `WGPEER_F_REMOVE_ME` allows a user to remove a single peer...

## Summary Allow operators of Cilium to integrate their own BPF programs into the Cilium datapath to enable custom BPF-based observability, encapsulation, and routing solutions. ## Motivation As a cloud...

## CI failure ``` 📋 Test Report [cilium-test-1] ❌ 1/4 tests failed (1/169 actions), 120 tests skipped, 0 scenarios skipped: Test [seq-egress-gateway]: 🟥 seq-egress-gateway/egress-gateway:curl-echo-pod-ipv4-1: cilium-test-1/echo-external-node-5ffdfcddb4-s7r9q (172.20.0.4) -> cilium-test-1/echo-same-node-5666998c89-n28wq (10.244.1.101:8080): command...

area/CI
ci/flake
feature/egress-gateway

While other map types support top and div parameters, tseries maps currently make no use of the second and third parameters of the print call. In the past, we discussed...