Timo Beckers

Results 47 issues of Timo Beckers

For https://github.com/cilium/cilium/issues/11014, we're looking for a safe and fast way to make decisions in the Cilium code around (BPF-related) kernel features. Currently, we rely on `bpftool` for some things, some...

enhancement

The current script for building up the hfsc/fq_codel hierarchy in lp-gw is garbage. The excellent [pyroute2](http://docs.pyroute2.org) library can be used to give this a proper implementation, maybe even create a...

enhancement

https://github.com/ti-mo/ansible-lanparty/blob/master/lp-dhcpd/templates/dhcpd.j2#L33-L35 Might be related to Ansible 2.0, but this block seemed to cause me some issues during my latest deployment. Also, there were issues with RNDC communication between ns and...

Our custom in-game admin menu for SourceMod lacks some features Feedback received from users, but haven't been able to verify by myself: - SourceMod `sm_pause` does not appear to be...

Hi @cortesi, thanks for the cool project! This is a feature/documentation request for running privileged daemons using `modd`. I'm having some issues notifying the daemon I'm working on, because it's...

Currently, we're creating a fixed `cilium-test` Namespace that contains a single stack of client/echo Pods. In order to support cross-namespace tests, we should move away from this model in order...

kind/feature

This is a classic mistake, but the echo and client pods currently don't respond to SIGTERM and need to be SIGKILLed (after k8s's termination grace period). This makes the pods...

kind/bug
good first issue

WIP, see commit messages for now. ```release-note Replace `privileged_tests` build tag with environment variable ```

release-note/ci

# Proposal The behaviour introduced [in this PR](https://github.com/cilium/cilium/pull/14192) caused some custom CNI deployments to break. Example: https://github.com/cilium/cilium/issues/14838. This also broke the deployment script bundled with `microk8s` (cc @joestringer), which we...

kind/enhancement
area/cni
pinned

A Cilium contributor (@jrajahalme) tried running Cilium's BPF unit tests on an aarch64 kernel and received the following error: ``` --- FAIL: TestBPF (0.00s) bpf_test.go:149: new coll: map test_cilium_ipcache: map...

enhancement
help wanted