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
Currently, in a tail call scenario with more than one section, the netsh command for show verification only verifies the first section.
The user has to do 'netsh ebpf show sections' and then provide each section to the netsh ebpf show verification command to verify all sections. netsh ebpf show verification program.o section=xx type=yy verbose
The request is to verify all sections, as default.
Proposed solution
The request is to verify all sections, as default.
netsh ebpf show verification program.o
Additional context
No response
The text was updated successfully, but these errors were encountered:
Suggestion: netsh ebpf show verification .o type=xdp can internally get all the sections (non-bpf2bpf), iterate through each section, verify and display the result.
For e.g,
netsh ebpf show ver bpf_xdp.o type=xdp verbose
section 2/16: Verification succeeded
section 2/18: Verification failed
..Verification error..
section 2/17: Verification succeeded.
Describe the feature you'd like supported
Currently, in a tail call scenario with more than one section, the
netsh command for show verification
only verifies the first section.The user has to do 'netsh ebpf show sections' and then provide each section to the
netsh ebpf show verification
command to verify all sections.netsh ebpf show verification program.o section=xx type=yy verbose
The request is to verify all sections, as default.
Proposed solution
The request is to verify all sections, as default.
netsh ebpf show verification program.o
Additional context
No response
The text was updated successfully, but these errors were encountered: