Paul Chaignon
Paul Chaignon
This pull request extends Travis builds to Ansible 2.1.
Minor improvements to the IPsec datapath code. I've labeled as CI given the only functional change impacts the compile tests.
When the `CB_POLICY` flag is set, we allow packets through even if no policy rule allows them. That flag is however unused because we always set it *after* enforcing policies...
I'm opening this issue to track the popularity of submitted file extensions (pull requests with the label `Pending Popularity`). I've used [Harvester](https://github.com/Alhadis/Harvester) to count the number of repositories for all...
I noticed that you updated libmoon to support DPDK 19.05, but not MoonGen. I needed this update to use MoonGen with Netronome cards (PF, not VF). Fixes #195.
In Hubble UI, the column for the source and destination security identities are currently called `Source Service` and `Destination Service`: https://github.com/cilium/hubble-ui/blob/1b43cefd761dae976d03b76d632147b3d3871cff/src/components/FlowsTable/general.ts#L10-L13 That's a bit confusing because: - They seem to...
``` $ ./cilium install --agent-image=quay.io/cilium/cilium-ci --operator-image=quay.io/cilium/operator-generic-ci --version=latest Invalid character(s) found in major number "0latest" ``` This used to work but seems broken at least on the latest, unreleased version.
``` ⚠️ The following tasks failed, the sysdump may be incomplete: ⚠️ [5] Collecting Kubernetes pods summary: failed to collect Kubernetes pods summary: expected a single kind of resource (got...
In the ginkgo tests, we fail the tests when we find certain bad messages in the agent and operator logs. Such bad messages include `level=error` messages, but also other, more...
Support for the kprobe `maxactive` parameter was added in #39 with a fallback in case the kernel doesn't support `maxactive` through debugfs. That fallback code is leaving a kprobe behind....