• Home
  • Features
  • Pricing
  • Docs
  • Announcements
  • Sign In

cilium / cilium / 11236
39%

Build:
DEFAULT BRANCH: master
Ran 09 Oct 2019 05:32PM UTC
Jobs 1
Files 443
Run time 43s
Badge
Embed ▾
README BADGES
x

If you need to use a raster PNG badge, change the '.svg' to '.png' in the link

Markdown

Textile

RDoc

HTML

Rst

09 Oct 2019 05:10PM UTC coverage: 45.715% (-0.04%) from 45.752%
11236

push

travis-ci-com

borkmann
cilium: probe and enable LPM map in prefilter

Right now only /32 or /128 prefixes can be added to Cilium's prefilter:

  # ./cilium/cilium prefilter list
  Revision: 3
  1.1.1.1/32
  1.1.1.2/32
  # ./cilium/cilium prefilter update --cidr="1.1.1.2/16"
  Error: Cannot add/update prefilter: [PATCH /prefilter][500] patchPrefilterFailure  No map enabled for CIDR string 1.1.0.0/16

The reason was that back then we didn't have a get_next_key for LPM maps
yet and therefore they couldn't be dumped from the kernel. Add a probe
and enable it as these days 4.16+ kernels support this facility.

Fixes: #9379
Signed-off-by: Daniel Borkmann <daniel@iogearbox.net>

30 of 30 new or added lines in 1 file covered. (100.0%)

26071 of 57029 relevant lines covered (45.72%)

1203.81 hits per line

Jobs
ID Job ID Ran Files Coverage
1 11236.1 09 Oct 2019 05:32PM UTC 0
45.72
Travis Job 11236.1
Source Files on build 11236
Detailed source file information is not available for this build.
  • Back to Repo
  • Build #11236
  • 32496cc9 on github
  • Prev Build on master (#11215)
  • Next Build on master (#11241)
STATUS · Troubleshooting · Open an Issue · Sales · Support · CAREERS · ENTERPRISE · START FREE · SCHEDULE DEMO
ANNOUNCEMENTS · TWITTER · TOS & SLA · Supported CI Services · What's a CI service? · Automated Testing

© 2026 Coveralls, Inc