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

gtp_route: fix eBPF load error #16

Merged
merged 1 commit into from
Feb 14, 2024
Merged

Conversation

vjardin
Copy link
Contributor

@vjardin vjardin commented Feb 14, 2024

fix for:
[...]
libbpf: map 'teid_ingress': found map_flags = 1.
libbpf: map 'ppp_ingress': at sec_idx 6, offset 120.
libbpf: map 'ppp_ingress': can't determine key size for type [30]: -22.
ERROR: opening BPF object file failed

note: it was detected by testenv.sh (see the pull request !15)

fix for:
  [...]
  libbpf: map 'teid_ingress': found map_flags = 1.
  libbpf: map 'ppp_ingress': at sec_idx 6, offset 120.
  libbpf: map 'ppp_ingress': can't determine key size for type [30]: -22.
  ERROR: opening BPF object file failed

note: it was detected by testenv.sh (see the pull request !15)
@vjardin
Copy link
Contributor Author

vjardin commented Feb 14, 2024

This fix is mandatory for the pull request #15

@acassen acassen merged commit 1418027 into acassen:main Feb 14, 2024
4 checks passed
@vjardin vjardin deleted the fix_ebpf_route branch February 14, 2024 20:36
@vjardin vjardin restored the fix_ebpf_route branch April 30, 2024 05:59
@vjardin vjardin deleted the fix_ebpf_route branch April 30, 2024 07:02
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants