You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Checking struct bpf_link_info.type for a link backed by a EBPF_ATTACH_TYPE_BIND program shows that the value is BPF_LINK_TYPE_UNSPEC (0) instead of BPF_LINK_TYPE_PLAIN. I'd expect the latter to be the correct value due to the way the hook is initialised:
Describe the bug
Checking struct bpf_link_info.type for a link backed by a EBPF_ATTACH_TYPE_BIND program shows that the value is BPF_LINK_TYPE_UNSPEC (0) instead of BPF_LINK_TYPE_PLAIN. I'd expect the latter to be the correct value due to the way the hook is initialised:
ebpf-for-windows/netebpfext/net_ebpf_ext_bind.c
Lines 83 to 84 in 571761b
OS information
No response
Steps taken to reproduce bug
See #4097
Expected behavior
bpf_link_info.type should be BPF_LINK_TYPE_PLAIN for BPF_PROG_TYPE_BIND
Actual outcome
The value is 0.
Additional details
No response
The text was updated successfully, but these errors were encountered: