Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

cilium: improve 16bit ifindex probe on old kernels #32466

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Commits on Jun 20, 2024

  1. cilium: improve 16bit ifindex probe on old kernels

    Previously, `HaveFibIfindex` probe checked the presence of
    commit d1c362e1dd68 in the Linux kernel indirectly, by verifying
    the presence of the redirect helpers (which were merged alongside).
    
    Since `d1c362e1dd68` has been backported to older kernels - but
    not helpers -, this commit improves `HaveFibIfindex` detection
    by running a live probe.
    
    Fixes: cilium#27642
    
    Signed-off-by: Marc Suñé <marc.sune@isovalent.com>
    msune committed Jun 20, 2024
    Configuration menu
    Copy the full SHA
    516682a View commit details
    Browse the repository at this point in the history